forked from OSchip/llvm-project
CFI: Make the cfi target a dependency of compiler-rt.
This causes the blacklist to be copied into place as a default build step. llvm-svn: 246617
This commit is contained in:
parent
aa816b8f3b
commit
cd5d761c3e
|
@ -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