[PATCH] D11153: [Compiler-RT] If unwind/c++abi is set, don't include libgcc
Renato Golin
renato.golin at linaro.org
Tue Jul 14 04:43:23 PDT 2015
rengolin added inline comments.
================
Comment at: test/Driver/linux-ld.c:1560
@@ +1559,3 @@
+
+// Test libunwind / libc++abi with compiler-rt
+// RUN: %clang -no-canonical-prefixes %s -### -o %t.o \
----------------
These tests pass on x86_64, ARM and AArch64, but they may not pass on others. Should I specify the target like the others above?
http://reviews.llvm.org/D11153
More information about the llvm-commits
mailing list