syzaara added inline comments.
Comment at: clang/include/clang/Driver/Options.td:2955
+ MarshallingInfoFlag>;
+def mno_tocdata_EQ : CommaJoined<["-"], "mno-tocdata=">,
+ Flags<[CC1Option,TargetSpecific]>,
MaskRay wrote:
> If `-mtocdata=` is opt-in, the conventi
syzaara updated this revision to Diff 554461.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153907/new/
https://reviews.llvm.org/D153907
Files:
clang/docs/UsersManual.rst
clang/include/clang/Basic/CodeGenOptions.h
clang/include/clang/Basic/DiagnosticDriverKinds.td
clang/include/c
syzaara created this revision.
Add clang option -msave-toc-indirect for PowerPC.
https://reviews.llvm.org/D39376
Files:
include/clang/Driver/Options.td
test/Driver/ppc-features.cpp
Index: test/Driver/ppc-features.cpp
===
---