[cfe-commits] r133238 - /cfe/trunk/test/CodeGen/arm-asm-variable.c

Eric Christopher echristo at apple.com
Fri Jun 17 10:06:50 PDT 2011


On Jun 17, 2011, at 6:08 AM, Francois Pichet wrote:

> 2011/6/17 Eric Christopher <echristo at apple.com>:
>> Author: echristo
>> Date: Fri Jun 17 00:24:17 2011
>> New Revision: 133238
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=133238&view=rev
>> Log:
>> Make this test suitable for optimized builds by avoiding the name.
>> 
> 
> Still failing on MSVC 2010
> 
> 

Aha. I see another difference. Thanks.

-eric

> log:
> 1>  FAIL: Clang :: CodeGen/arm-asm-variable.c (647 of 3367)
> 1>  ******************** TEST 'Clang :: CodeGen/arm-asm-variable.c'
> FAILED ********************
> 1>  Script:
> 1>  --
> 1>  C:/dev/llvm/llvm_trunk2/bin/Release/clang.EXE -cc1 -triple
> armv7-apple-darwin9 -emit-llvm -w -o -
> C:\dev\llvm\llvm_trunk2\tools\clang\test\CodeGen\arm-asm-variable.c |
> FileCheck C:\dev\llvm\llvm_trunk2\tools\clang\test\CodeGen\arm-asm-variable.c
> 1>  --
> 1>  Exit Code: 1
> 1>  Command Output (stdout):
> 1>  --
> 1>  Command 0: "C:/dev/llvm/llvm_trunk2/bin/Release/clang.EXE" "-cc1"
> "-triple" "armv7-apple-darwin9" "-emit-llvm" "-w" "-o" "-"
> "C:\dev\llvm\llvm_trunk2\tools\clang\test\CodeGen\arm-asm-variable.c"
> 1>  Command 0 Result: 0
> 1>  Command 0 Output:
> 1>
> 1>
> 1>  Command 0 Stderr:
> 1>
> 1>
> 1>  Command 1: "FileCheck"
> "C:\dev\llvm\llvm_trunk2\tools\clang\test\CodeGen\arm-asm-variable.c"
> 1>  Command 1 Result: 1
> 1>  Command 1 Output:
> 1>
> 1>
> 1>  Command 1 Stderr:
> 1>  C:\dev\llvm\llvm_trunk2\tools\clang\test\CodeGen\arm-asm-variable.c:19:12:
> error: expected string not found in input
> 1>   // CHECK: %0 = call %0 asm sideeffect "ldrexd$0, $1, [$2]",
> "={r1},={r2},r,~{memory}"(i64*
> 1>             ^
> 1>  <stdin>:1:1: note: scanning from here
> 1>  ; ModuleID =
> 'C:\dev\llvm\llvm_trunk2\tools\clang\test\CodeGen\arm-asm-variable.c'
> 1>  ^
> 1>  <stdin>:17:2: note: possible intended match here
> 1>   %4 = call %0 asm sideeffect "ldrexd$0, $1, [$2]",
> "={r1},={r2},r,~{memory}"(i64* %3) nounwind, !srcloc !0
> 1>   ^




More information about the cfe-commits mailing list