mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-01 12:43:47 +00:00
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
This commit is contained in:
parent
35c537490f
commit
48807d0d35
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user