Remove a workaround that should be unneeded after r202806.
authorNico Weber <nicolasweber@gmx.de>
Mon, 14 May 2018 19:13:23 +0000 (19:13 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 14 May 2018 19:13:23 +0000 (19:13 +0000)
llvm-svn: 332278

llvm/unittests/IR/CMakeLists.txt

index b2782a9..b04b097 100644 (file)
@@ -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}
   )