summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/builtins/macho_embedded
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2015-09-29 23:21:07 +0000
committerChris Bieneman <beanz@apple.com>2015-09-29 23:21:07 +0000
commitd868fef16c7e51170ac1386c2b3f56ebcf16533d (patch)
treea3d9fb007bc3096514652a3dcec7819fe768d953 /compiler-rt/lib/builtins/macho_embedded
parent6a78fd5f4196462fe5a5166ea8bb6207b3a07584 (diff)
downloadbcm5719-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.txt4
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()
OpenPOWER on IntegriCloud