1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Remove a workaround that should be unneeded after r202806.

llvm-svn: 332278
This commit is contained in:
Nico Weber 2018-05-14 19:13:23 +00:00
parent 07d4012e56
commit e05a316849

View 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}
)