repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
compiler-rt
/
lib
/
builtins
/
macho_embedded
/
CMakeLists.txt
blob
266e422152436475a5942ca47653a7640b1ce177
1
file(GLOB filter_files ${CMAKE_CURRENT_SOURCE_DIR}/*.txt)
2
foreach(filter_file ${filter_files})
3
set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS ${filter_file})
4
endforeach()