diff options
| author | Chris Bieneman <beanz@apple.com> | 2015-09-29 23:21:07 +0000 |
|---|---|---|
| committer | Chris Bieneman <beanz@apple.com> | 2015-09-29 23:21:07 +0000 |
| commit | d868fef16c7e51170ac1386c2b3f56ebcf16533d (patch) | |
| tree | a3d9fb007bc3096514652a3dcec7819fe768d953 /compiler-rt/lib/builtins/macho_embedded | |
| parent | 6a78fd5f4196462fe5a5166ea8bb6207b3a07584 (diff) | |
| download | bcm5719-llvm-d868fef16c7e51170ac1386c2b3f56ebcf16533d.tar.gz bcm5719-llvm-d868fef16c7e51170ac1386c2b3f56ebcf16533d.zip | |
[CMake] [Darwin] [builtins] Make CMake re-generate if the builtin filter lists change.
We need to make sure that if you change the builtin filter lists CMake re-generates its configurations so it includes the right builtins in the generated libraries.
llvm-svn: 248852
Diffstat (limited to 'compiler-rt/lib/builtins/macho_embedded')
| -rw-r--r-- | compiler-rt/lib/builtins/macho_embedded/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler-rt/lib/builtins/macho_embedded/CMakeLists.txt b/compiler-rt/lib/builtins/macho_embedded/CMakeLists.txt new file mode 100644 index 00000000000..266e4221524 --- /dev/null +++ b/compiler-rt/lib/builtins/macho_embedded/CMakeLists.txt @@ -0,0 +1,4 @@ +file(GLOB filter_files ${CMAKE_CURRENT_SOURCE_DIR}/*.txt) +foreach(filter_file ${filter_files}) + set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS ${filter_file}) +endforeach() |

