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
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. Dan
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 :)