This is an archive of the discontinued LLVM Phabricator instance.

[clang][ARM] only check -mtp=cp15 for non-asm sources
ClosedPublic

Authored by nickdesaulniers on Nov 17 2021, 3:10 PM.

Details

Summary

This diagnostic is really to highlight lack of support for hard thread
pointers in post-RA instruction scheduling for non-armv6k+ targets;
something that isn't run for assembler sources.

Fixes: https://github.com/ClangBuiltLinux/linux/issues/1502
Link: https://lore.kernel.org/all/814585495.6773.1636629846970@jenkins.jenkins/

Diff Detail

Event Timeline

nickdesaulniers requested review of this revision.Nov 17 2021, 3:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 17 2021, 3:10 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
nickdesaulniers edited the summary of this revision. (Show Details)
  • update description
  • try to fix rebase
ardb accepted this revision.Dec 4 2021, 2:15 AM
This revision is now accepted and ready to land.Dec 4 2021, 2:15 AM