diff options
| author | Peter Collingbourne <peter@pcc.me.uk> | 2019-01-17 21:11:49 +0000 |
|---|---|---|
| committer | Peter Collingbourne <peter@pcc.me.uk> | 2019-01-17 21:11:49 +0000 |
| commit | 48807d0d35638911e9dc65ae793234f2f3f582cb (patch) | |
| tree | 5bfaec55bc7d238bfdf2b34e90e7a4071c068cd7 | |
| parent | 35c537490f7804c0a68fcabcd20ecf96357b74ff (diff) | |
| download | bcm5719-llvm-48807d0d35638911e9dc65ae793234f2f3f582cb.tar.gz bcm5719-llvm-48807d0d35638911e9dc65ae793234f2f3f582cb.zip | |
xray: Add missing header to list of installed headers.
Spotted by gn's llvm/utils/gn/build/sync_source_lists_from_cmake.py script.
Differential Revision: https://reviews.llvm.org/D56797
llvm-svn: 351479
| -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) |

