From 16b284e99e4bca8d1e571310f545f10512dc979b Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Fri, 21 May 2021 10:17:47 -0700 Subject: [PATCH] [ORC-RT] Add missing headers to CMakeLists.txt. --- compiler-rt/lib/orc/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler-rt/lib/orc/CMakeLists.txt b/compiler-rt/lib/orc/CMakeLists.txt index 1f1136221621..9a352267ed19 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