diff options
-rw-r--r-- | compiler-rt/include/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/include/CMakeLists.txt b/compiler-rt/include/CMakeLists.txt index f3ec987fe57..3212ea8bcd9 100644 --- a/compiler-rt/include/CMakeLists.txt +++ b/compiler-rt/include/CMakeLists.txt @@ -21,6 +21,7 @@ if (COMPILER_RT_BUILD_XRAY) set(XRAY_HEADERS xray/xray_interface.h xray/xray_log_interface.h + xray/xray_records.h ) endif(COMPILER_RT_BUILD_XRAY) |