From d868fef16c7e51170ac1386c2b3f56ebcf16533d Mon Sep 17 00:00:00 2001 From: Chris Bieneman Date: Tue, 29 Sep 2015 23:21:07 +0000 Subject: [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 --- compiler-rt/lib/builtins/macho_embedded/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 compiler-rt/lib/builtins/macho_embedded/CMakeLists.txt (limited to 'compiler-rt/lib/builtins/macho_embedded') 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() -- cgit v1.2.3