Extract the code the driver uses to expand response files and reuse it in the dependency scanner.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D145838
[clang][deps] Handle response files in dep scanner ClosedPublic Authored by benlangmuir on Mar 10 2023, 9:40 PM.
Details Summary Extract the code the driver uses to expand response files and reuse it in the dependency scanner.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 13 2023, 10:51 AM Closed by commit rGfcab930cd32e: [clang][deps] Handle response files in dep scanner (authored by benlangmuir). · Explain WhyMar 13 2023, 3:49 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 504878 clang/include/clang/Basic/DiagnosticDriverKinds.td
clang/include/clang/Driver/Driver.h
clang/lib/Driver/Driver.cpp
clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp
clang/test/ClangScanDeps/response-file.c
clang/tools/driver/driver.cpp
|