[llvm] r332278 - Remove a workaround that should be unneeded after r202806.
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Mon May 14 12:13:23 PDT 2018
Author: nico
Date: Mon May 14 12:13:23 2018
New Revision: 332278
URL: http://llvm.org/viewvc/llvm-project?rev=332278&view=rev
Log:
Remove a workaround that should be unneeded after r202806.
Modified:
llvm/trunk/unittests/IR/CMakeLists.txt
Modified: llvm/trunk/unittests/IR/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/IR/CMakeLists.txt?rev=332278&r1=332277&r2=332278&view=diff
==============================================================================
--- llvm/trunk/unittests/IR/CMakeLists.txt (original)
+++ llvm/trunk/unittests/IR/CMakeLists.txt Mon May 14 12:13:23 2018
@@ -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}
)
More information about the llvm-commits
mailing list