summaryrefslogtreecommitdiff
path: root/unittests/IR
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2018-05-14 19:13:23 +0000
committerNico Weber <nicolasweber@gmx.de>2018-05-14 19:13:23 +0000
commit27ff622b217a87dcda89be82799f6e0030d01ebc (patch)
tree67ed0fd8939515db2a2f5ecc8f5e6c6b688d4aaa /unittests/IR
parent5fdb3b2e0acbb98dee762c7237d48579ba2ca6f2 (diff)
Remove a workaround that should be unneeded after r202806.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@332278 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/IR')
-rw-r--r--unittests/IR/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/unittests/IR/CMakeLists.txt b/unittests/IR/CMakeLists.txt
index b2782a930f8..b04b0970cd6 100644
--- a/unittests/IR/CMakeLists.txt
+++ b/unittests/IR/CMakeLists.txt
@@ -41,12 +41,6 @@ set(IRSources
WaymarkTest.cpp
)
-# HACK: Declare a couple of source files as optionally compiled to satisfy the
-# missing-file-checker in LLVM's weird CMake build.
-set(LLVM_OPTIONAL_SOURCES
- ValueMapTest.cpp
- )
-
add_llvm_unittest(IRTests
${IRSources}
)