[LLVMdev] opt -S change
Chris Lattner
clattner at apple.com
Fri Sep 11 10:04:15 PDT 2009
Hi Dan,
Please change all the tests you made use "opt %s -S" use "opt < %s -
S". I'm getting a ton of failures because of the moduleids include
the full path to the bc file and it matches grep lines. I fixed a
couple of them on mainline, but these are just a few of the ones
affecting me, it is probably easiest to revert my change and r81257
and change all the tests at once again.
-Chris
More information about the llvm-dev
mailing list