From e05a316849f168991c828e14038c42ae8d2d2bfd Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 14 May 2018 19:13:23 +0000 Subject: [PATCH] Remove a workaround that should be unneeded after r202806. llvm-svn: 332278 --- unittests/IR/CMakeLists.txt | 6 ------ 1 file changed, 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} )