This allows the use of '-target powerpcspe-unknown-linux-gnu' or
'powerpcspe-unknown-freebsd' to be used, instead of
'-target powerpc-unknown-linux-gnu -mspe'.
Details
Details
- Reviewers
dim - Group Reviewers
Restricted Project - Commits
- rGff0311c4b3b9: [PowerPC]: Add powerpcspe target triple subarch component
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 43062 Build 43713: arc lint + arc unit
Event Timeline
clang/test/Preprocessor/init.c | ||
---|---|---|
7628 | These seem to be checking the same defines. It's it possible to reuse the existing -check-prefix PPC32-SPE for new newly added command? |
clang/test/Preprocessor/init.c | ||
---|---|---|
7628 | Yeah, it's better to reuse. I waffled on it a bit before doing it this way, and didn't really like it anyway. Reverting to the reuse. |
Comment Actions
Reuse the SPE feature test preprocessor test check instead of duplicating it.
powerpcspe-* is exactly equivalent to the -mspe command line argument.
These seem to be checking the same defines. It's it possible to reuse the existing -check-prefix PPC32-SPE for new newly added command?