mirror of
https://github.com/darlinghq/darling-compiler-rt.git
synced 2024-11-30 07:10:42 +00:00
CFI: Make the cfi target a dependency of compiler-rt.
This causes the blacklist to be copied into place as a default build step. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@246617 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
20106f1d3a
commit
c93a91ffe1
@ -1,3 +1,4 @@
|
||||
add_custom_target(cfi)
|
||||
add_compiler_rt_resource_file(cfi_blacklist cfi_blacklist.txt)
|
||||
add_dependencies(cfi cfi_blacklist)
|
||||
add_dependencies(compiler-rt cfi)
|
||||
|
Loading…
Reference in New Issue
Block a user