[llvm] dffbeff - [Support] Fix CMakeLists after e823068306e98e9

Sam McCall via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 13 13:14:53 PDT 2020


Author: Sam McCall
Date: 2020-04-13T22:14:44+02:00
New Revision: dffbeffa39f5625fab98ca203b0922e0ba14d06b

URL: https://github.com/llvm/llvm-project/commit/dffbeffa39f5625fab98ca203b0922e0ba14d06b
DIFF: https://github.com/llvm/llvm-project/commit/dffbeffa39f5625fab98ca203b0922e0ba14d06b.diff

LOG: [Support] Fix CMakeLists after e823068306e98e9

Added: 
    

Modified: 
    llvm/lib/Support/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Support/CMakeLists.txt b/llvm/lib/Support/CMakeLists.txt
index b2071bee4d2d..897f183b660f 100644
--- a/llvm/lib/Support/CMakeLists.txt
+++ b/llvm/lib/Support/CMakeLists.txt
@@ -91,7 +91,6 @@ add_llvm_component_library(LLVMSupport
   ELFAttributes.cpp
   Error.cpp
   ErrorHandling.cpp
-  ExtensibleRTTI.cpp
   FileCheck.cpp
   FileCollector.cpp
   FileUtilities.cpp


        


More information about the llvm-commits mailing list