From 38f8b9c882715db75c6305b91f9be985bac09b33 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 --- llvm/unittests/IR/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/llvm/unittests/IR/CMakeLists.txt b/llvm/unittests/IR/CMakeLists.txt index b2782a9..b04b097 100644 --- a/llvm/unittests/IR/CMakeLists.txt +++ b/llvm/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} ) -- 2.7.4