diff options
author | Nico Weber <nicolasweber@gmx.de> | 2018-05-14 19:23:31 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2018-05-14 19:23:31 +0000 |
commit | 9668e45b61de5ae468f19ed25b49c87504486158 (patch) | |
tree | 0de53fd565491a3c0d79f6325c4309fa6cf91a6f /llvm/unittests/DebugInfo/MSF | |
parent | daceb1ea0fdbe3b113e903df78f6fa6630b6d04f (diff) | |
download | bcm5719-llvm-9668e45b61de5ae468f19ed25b49c87504486158.tar.gz bcm5719-llvm-9668e45b61de5ae468f19ed25b49c87504486158.zip |
Inline a few CMake variables into their only uses.
No behavior change. Makes unittests CMakeLists.txt files more self-consistent.
llvm-svn: 332280
Diffstat (limited to 'llvm/unittests/DebugInfo/MSF')
-rw-r--r-- | llvm/unittests/DebugInfo/MSF/CMakeLists.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/llvm/unittests/DebugInfo/MSF/CMakeLists.txt b/llvm/unittests/DebugInfo/MSF/CMakeLists.txt index 20f3b2ab3dc..0e48ab8f2f6 100644 --- a/llvm/unittests/DebugInfo/MSF/CMakeLists.txt +++ b/llvm/unittests/DebugInfo/MSF/CMakeLists.txt @@ -2,14 +2,10 @@ set(LLVM_LINK_COMPONENTS DebugInfoMSF ) -set(DebugInfoMSFSources +add_llvm_unittest(DebugInfoMSFTests MappedBlockStreamTest.cpp MSFBuilderTest.cpp MSFCommonTest.cpp ) -add_llvm_unittest(DebugInfoMSFTests - ${DebugInfoMSFSources} - ) - target_link_libraries(DebugInfoMSFTests PRIVATE LLVMTestingSupport) |