[llvm-commits] [test-suite] r50678 - in /test-suite/trunk: Makefile.programs TEST.nightly.Makefile TEST.nightly.report
Chris Lattner
clattner at apple.com
Mon May 5 17:04:15 PDT 2008
On May 5, 2008, at 5:02 PM, Devang Patel wrote:
>
> On May 5, 2008, at 4:57 PM, Chris Lattner wrote:
>
>> On May 5, 2008, at 4:05 PM, Devang Patel wrote:
>>> URL: http://llvm.org/viewvc/llvm-project?rev=50678&view=rev
>>> Log:
>>> Add OPT_BETA support.
>>>
>>> Now you can do
>>> make TEST=nightly ENABLE_OPTBETA=1 OPTBETAOPTIONS="-verify"
>>> to see whether -std-comiple-opts passes are worth any dime or not.
>>
>> Cool. Did you verify that this does not break the nightly tester?
>> Adding another column to its output could be bad.
>
> I'll disable the patch that updates report.html for now.
Ideally, the nightly tester would also support this. Until then,
please do what it takes to not break this. Even if it means cloning
the nightly tester report to something temporary (make
test=NIGHTLY2 ... or whatever) if necessary.
-Chris
More information about the llvm-commits
mailing list