When clang is invoked with a source file without -c or -S, it creates a cc1 job, a linker job and if debug info is requested, a dsymutil job. In case of remarks, we should also create a dsymutil job to avoid losing the remarks that will be generated in a tempdir that gets removed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/Driver/darwin-opt-record.c | ||
---|---|---|
21 | The other choice would be honoring -g0 and:
|
clang/test/Driver/darwin-opt-record.c | ||
---|---|---|
21 | I think the current approach is the most intuitive. |
The other choice would be honoring -g0 and: