mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-11 18:46:05 +00:00

subdirectories to traverse into. - Originally I wanted to avoid this and just autoscan, but this has one key flaw in that new subdirectories can not automatically trigger a rerun of the llvm-build tool. This is particularly a pain when switching back and forth between trees where one has added a subdirectory, as the dependencies will tend to be wrong. This will also eliminates FIXME implicitly. llvm-svn: 146436
============================== llvm-build - LLVM Build Tool ============================== `llvm-build` is a tool for helping build the LLVM project.