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:
Peter Collingbourne 2015-09-02 02:18:46 +00:00
parent 20106f1d3a
commit c93a91ffe1

View File

@ -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)