Skip to content

Commit

Permalink
[gn build] Make arm_neon_sve_bridge.h header auto-syncable
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Dec 13, 2021
1 parent 7002125 commit b6f317d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion clang/lib/Headers/CMakeLists.txt
Expand Up @@ -220,7 +220,9 @@ if(ARM IN_LIST LLVM_TARGETS_TO_BUILD OR AArch64 IN_LIST LLVM_TARGETS_TO_BUILD)
# Generate arm_cde.h
clang_generate_header(-gen-arm-cde-header arm_cde.td arm_cde.h)
# Copy arm_neon_sve_bridge.h
copy_header_to_output_dir(${CMAKE_CURRENT_SOURCE_DIR} arm_neon_sve_bridge.h)
copy_header_to_output_dir(${CMAKE_CURRENT_SOURCE_DIR}
arm_neon_sve_bridge.h
)
endif()
if(RISCV IN_LIST LLVM_TARGETS_TO_BUILD)
# Generate riscv_vector.h
Expand Down

0 comments on commit b6f317d

Please sign in to comment.