diff --git a/compiler-rt/lib/orc/CMakeLists.txt b/compiler-rt/lib/orc/CMakeLists.txt index 1f1136221621e1..9a352267ed1957 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