Skip to content
CMakeLists.txt 797 B
Newer Older
  ConstantsTest.cpp
  DominatorTreeTest.cpp
Benjamin Kramer's avatar
Benjamin Kramer committed
  TypesTest.cpp
  )

# MSVC9 and 8 cannot compile ValueMapTest.cpp due to their bug.
# See issue#331418 in Visual Studio.
if(MSVC AND MSVC_VERSION LESS 1600)
  list(REMOVE_ITEM IRSources ValueMapTest.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
  )