Current llvm svn fails make check when built for only x86...
[100%] Running the LLVM regression tests
FAIL: LLVM :: DebugInfo/inlined-vars.ll (3994 of 7466)
******************** TEST 'LLVM :: DebugInfo/inlined-vars.ll' FAILED ********************
Script:
Current llvm svn fails make check when built for only x86...
Ah, right, need to put that behind a "requires"... hrm. (or I could
just drop it & let the machines that are armv5 native catch this)
I hope this is addressed by r177545 - please let me know if this test
is still failing for you after that change.
I hope this is addressed by r177545 - please let me know if this test
is still failing for you after that change.
The problem is now gone from current llvm svn. Thanks.