[LLVMdev] opt -S change
Chris Lattner
clattner at apple.com
Fri Sep 11 11:28:00 PDT 2009
On Sep 11, 2009, at 11:03 AM, Dan Gohman wrote:
>
> On Sep 11, 2009, at 10:04 AM, Chris Lattner wrote:
>
>
>> 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.
>
> Fixed.
thanks :)
More information about the llvm-dev
mailing list