Add clang option -msave-toc-indirect for PowerPC.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Please upload diffs with full context.
include/clang/Driver/Options.td | ||
---|---|---|
1907 | You also need mno_save_toc_indirect here too. |
test/Driver/ppc-features.cpp | ||
---|---|---|
140 | We probably need to add test for mno_save_toc_indirect also once you add it according to Hal's suggestion. |
include/clang/Driver/Options.td | ||
---|---|---|
1907 | nit: The new option splits the mvsx and mno_vsx pair. I think we should keep the related options together. |
You also need mno_save_toc_indirect here too.