[PATCH] D56797: xray: Add missing header to list of installed headers.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 17 13:15:56 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL351479: xray: Add missing header to list of installed headers. (authored by pcc, committed by ).
Herald added a subscriber: delcypher.
Changed prior to commit:
https://reviews.llvm.org/D56797?vs=182101&id=182386#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56797/new/
https://reviews.llvm.org/D56797
Files:
compiler-rt/trunk/include/CMakeLists.txt
Index: compiler-rt/trunk/include/CMakeLists.txt
===================================================================
--- compiler-rt/trunk/include/CMakeLists.txt
+++ compiler-rt/trunk/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.182386.patch
Type: text/x-patch
Size: 367 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190117/79132f83/attachment.bin>
More information about the llvm-commits
mailing list