[PATCH] D39376: [PowerPC] Add implementation for -msave-toc-indirect option - clang portion

Tony Jiang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 28 11:48:32 PST 2017


jtony added inline comments.


================
Comment at: test/Driver/ppc-features.cpp:140
+
 // RUN: %clang -target powerpc64-unknown-linux-gnu %s -mno-htm -### -o %t.o 2>&1 | FileCheck -check-prefix=CHECK-NOHTM %s
 // CHECK-NOHTM: "-target-feature" "-htm"
----------------
We probably need to add test  for mno_save_toc_indirect also once you add it according to Hal's suggestion.


https://reviews.llvm.org/D39376





More information about the cfe-commits mailing list