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

Renato Golin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 7 10:36:06 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="" \
----------------
cryptoad wrote:
> 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.
This is odd... Just be sure the test doesn't pass without your patch.


https://reviews.llvm.org/D28238





More information about the cfe-commits mailing list