[llvm-commits] [llvm] r134286 - in /llvm/trunk: lib/Target/X86/X86ISelDAGToDAG.cpp test/CodeGen/X86/atomic-or.ll
Eric Christopher
echristo at apple.com
Fri Jul 1 20:51:05 PDT 2011
>
> I continue to do finger pointing for a recent MSVC failure:
>
> 3> Command 1 Stderr:
> 3> C:/dev/llvm/llvm_trunk2/test/CodeGen/X86/atomic-or.ll:14:15:
> error: expected string not found in input
> 3> ; CHECK-NEXT: orq %rax, (%rdi)
> 3> ^
> 3> <stdin>:14:2: note: scanning from here
> 3> orq %rax, (%rcx)
>
> I have no idea why it is %rcx on MSVC but the test expects %rdi.
Heh. Odd, but I'll fix it.
Thanks!
-eric
More information about the llvm-commits
mailing list