r219315 - Fixed OpenMP/parallel_firstprivate_codegen.cpp
Ulrich Weigand
Ulrich.Weigand at de.ibm.com
Thu Oct 9 07:37:18 PDT 2014
I'm still seeing the test fail on SystemZ due to:
/home/uweigand/llvm/llvm-head/tools/clang/test/OpenMP/parallel_firstprivate_codegen.cpp:63:11:
error: expected string not found in input
// CHECK: define i{{[0-9]+}} @main()
^
<stdin>:15:80: note: scanning from here
@0 = private unnamed_addr constant %ident_t { i32 0, i32 66, i32 0, i32 0,
i8* getelementptr inbounds ([23 x i8]* @.str, i32 0, i32 0) }
^
<stdin>:20:1: note: possible intended match here
define signext i32 @main() #0 {
^
I guess the test should allow for the presence of signext or other
modifiers ...
Mit freundlichen Gruessen / Best Regards
Ulrich Weigand
--
Dr. Ulrich Weigand | Phone: +49-7031/16-3727
STSM, GNU/Linux compilers and toolchain
IBM Deutschland Research & Development GmbH
Vorsitzende des Aufsichtsrats: Martina Koederitz | Geschäftsführung: Dirk
Wittkopp
Sitz der Gesellschaft: Böblingen | Registergericht: Amtsgericht
Stuttgart, HRB 243294
More information about the cfe-commits
mailing list