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:
Peter Collingbourne 2015-09-02 02:18:46 +00:00
parent aa816b8f3b
commit cd5d761c3e
1 changed files with 1 additions and 0 deletions

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)