This should live with the Arm targets, given they have target-specific
target parsers.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| clang/lib/Driver/ToolChains/Clang.cpp | ||
|---|---|---|
| 47 | For consistency this could just come via ARM.h | |
Comment Actions
I'm going to move this into the newly created ARMTargetParserCommon files which @tmatheson created in https://reviews.llvm.org/D137924 (which has landed).
| clang/lib/Driver/ToolChains/Clang.cpp | ||
|---|---|---|
| 47 | Not any more! Those two headers don't need ARMTargetParserCommon.h so I moved their use into the implementation file, and now this is much better at avoiding transitive includes. | |
For consistency this could just come via ARM.h