tmsriram added a comment.

More information here.  This breaks non-x86 builds like PPC because:

/home/buildbots/ppc64be-clang-test/clang-ppc64be/llvm/tools/clang/test/CodeGen/noplt.c:4:22:
 error: expected string not found in input
// CHECK-NOPLT-NEXT: declare i32 @foo

  ^

<stdin>:14:1: note: scanning from here
declare signext i32 @foo(...) #1

removing i32 from the test solves this problem.


https://reviews.llvm.org/D39759



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to