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

Kostya Kortchinsky via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 7 08:18:27 PST 2017


cryptoad 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="" \
----------------
rengolin wrote:
> shouldn't you have used your triple?
The similar Fedora and Ubuntu tests appear to be using an unknown target as well, I based myself on that.


https://reviews.llvm.org/D28238





More information about the cfe-commits mailing list