[compiler-rt] 16b284e - [ORC-RT] Add missing headers to CMakeLists.txt.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Fri May 21 10:24:13 PDT 2021


Author: Lang Hames
Date: 2021-05-21T10:17:47-07:00
New Revision: 16b284e99e4bca8d1e571310f545f10512dc979b

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

LOG: [ORC-RT] Add missing headers to CMakeLists.txt.

Added: 
    

Modified: 
    compiler-rt/lib/orc/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/orc/CMakeLists.txt b/compiler-rt/lib/orc/CMakeLists.txt
index 1f1136221621e..9a352267ed195 100644
--- a/compiler-rt/lib/orc/CMakeLists.txt
+++ b/compiler-rt/lib/orc/CMakeLists.txt
@@ -12,8 +12,11 @@ set(x86_64_SOURCES
 
 set(ORC_IMPL_HEADERS
 # Implementation headers will go here.
+  adt.h
+  compiler.h
   error.h
   extensible_rtti.h
+  stl_extras.h
 )
 
 # Create list of all source files for


        


More information about the llvm-commits mailing list