[LLVMbugs] [Bug 6601] Generic codegen tests that need -march=x86, and fail on ppc

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Mar 22 16:05:54 PDT 2010


http://llvm.org/bugs/show_bug.cgi?id=6601

Chris Lattner <clattner at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Chris Lattner <clattner at apple.com> 2010-03-22 18:05:54 CDT ---
2007-04-13-SwitchLowerBadPhi.ll is not x86 specific at all.  You're getting
this:

llc <
/Users/acab/bbot/share/slave/quick-darwin/build/libclamav/c++/llvm/test/CodeGen/Generic/2007-04-13-SwitchLowerBadPhi.ll
-O0
--
Exit Code: 1
Command Output (stdout):
--
Command has output on stderr!

--
Command Output (stderr):
--
llc: error auto-selecting target for module 'No available targets are
compatible with this triple, see -version for the available targets.'.  Please
use the -march option to explicitly pick a target.


which indicates that you're not even building the ppc target or something. 
Whatever the issue is, the test is fine, please file a new bug.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list