[PATCH] D28238: [Driver] Add openSuse AArch64 Triple

Renato Golin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 6 09:40:04 PST 2017


rengolin added inline comments.


================
Comment at: test/Driver/linux-ld.c:623
+// RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
+// RUN:     --target=arm64-unknown-linux-gnu \
+// RUN:     --gcc-toolchain="" \
----------------
shouldn't you have used your triple?


https://reviews.llvm.org/D28238





More information about the cfe-commits mailing list