[llvm-commits] [llvm] r37921 - in /llvm/trunk: lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp test/CodeGen/PowerPC/big-endian-actual-args.ll test/CodeGen/PowerPC/big-endian-formal-args.ll

Dan Gohman djg at cray.com
Fri Jul 6 06:24:30 PDT 2007


> These 2 tests are failing for me:
> test/CodeGen/PowerPC/big-endian-actual-args.ll
> test/CodeGen/PowerPC/big-endian-formal-args.ll
> 
> Seems like they expect it to be in the format: "addc r4, r4, r6" or  
> "li r6, 3"

It appears to be a difference between what LLVM calls "Darwin" syntax
and "Linux" syntax. On different hosts, we're getting different defaults.
I added explicit target triples to the test cases, which should fix this.

Dan

-- 
Dan Gohman, Cray Inc.



More information about the llvm-commits mailing list