diff options
author | Qiongsi Wu <qiongsiwu@gmail.com> | 2025-03-05 09:03:04 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-05 09:03:04 -0800 |
commit | 7bd492ffe84b549bc0f3b26e3aab973fa81069a5 (patch) | |
tree | 6df6383a484b848c7979055d7c4c35cedb705435 /llvm/lib/Transforms/Utils/LoopUtils.cpp | |
parent | fb9329ce15a96f568a0b0707cce1177aa5d31aff (diff) | |
download | llvm-7bd492ffe84b549bc0f3b26e3aab973fa81069a5.zip llvm-7bd492ffe84b549bc0f3b26e3aab973fa81069a5.tar.gz llvm-7bd492ffe84b549bc0f3b26e3aab973fa81069a5.tar.bz2 |
[clang dependency scanning] Make Current Working Directory Optimization Off by Default (#129809)
https://github.com/llvm/llvm-project/pull/124786 implemented current
working directory (CWD) optimization and the optimization was on by
default. We have discovered that build system needs to be compatible
with the CWD optimization and default off is a better behavior. The
build system needs to be aware that the current working directory is
ignored. Without a good way of notifying the build system, it is less
risky to default to off. This PR implement the change.
rdar://145860213
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions