If clang modules are not enabled it becomes unnecessary to read the session timestamp file in order
to pass -fbuild-session-timestamp to the cc1 invocation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D129030
[Driver] Ignore the clang modules validation-related flags if clang modules are not enabled ClosedPublic Authored by akyrtzi on Jul 1 2022, 5:21 PM.
Details Summary If clang modules are not enabled it becomes unnecessary to read the session timestamp file in order
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 3 2022, 1:19 PM This revision was landed with ongoing or failed builds.Jul 3 2022, 9:27 PM Closed by commit rG93d6fdfc232c: [Driver] Ignore the clang modules validation-related flags if clang modules are… (authored by akyrtzi). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 442003 clang/lib/Driver/ToolChains/Clang.cpp
clang/test/Driver/modules.m
|