[PATCH] D56797: xray: Add missing header to list of installed headers.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 16 10:51:48 PST 2019


pcc created this revision.
pcc added a reviewer: dberris.
Herald added a subscriber: mgorny.

Spotted by gn's llvm/utils/gn/build/sync_source_lists_from_cmake.py script.

It wasn't clear to me whether this is actually supposed to be a public
header or not, so sending this out for review.


Repository:
  rL LLVM

https://reviews.llvm.org/D56797

Files:
  compiler-rt/include/CMakeLists.txt


Index: compiler-rt/include/CMakeLists.txt
===================================================================
--- compiler-rt/include/CMakeLists.txt
+++ compiler-rt/include/CMakeLists.txt
@@ -21,6 +21,7 @@
   set(XRAY_HEADERS
     xray/xray_interface.h
     xray/xray_log_interface.h
+    xray/xray_records.h
     )
 endif(COMPILER_RT_BUILD_XRAY)
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56797.182101.patch
Type: text/x-patch
Size: 349 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190116/0a3a9b7e/attachment.bin>


More information about the llvm-commits mailing list