[LLVMdev] RFC: test/BugPoint/misopt-basictest.ll

Bill Wendling isanbard at gmail.com
Tue Mar 3 16:38:30 PST 2009


I'm having a problem with test/BugPoint/misopt-basictest.ll. I'm
running it on a machine where gcc defaults to compiling 64-bit
executables. When this test is executed, the code emitted by llc is
32-bit. So when gcc goes to compile it, it errors out because it's
expected 64-bit assembly.

My question is, is it okay to run this test with "-run-llc"?

-bw



More information about the llvm-dev mailing list