[cfe-commits] r86117 - /cfe/trunk/test/CodeGenCXX/virt.cpp
Mike Stump
mrs at apple.com
Thu Nov 5 16:20:39 PST 2009
On Nov 4, 2009, at 11:07 PM, Chris Lattner wrote:
> On Nov 4, 2009, at 10:52 PM, Mike Stump wrote:
>> On Nov 4, 2009, at 9:48 PM, Chris Lattner wrote:
>>> Do you plan to continue grepping the X86 output?
>>
>> I'll see about switching the codegen tests over to .ll files
>> tomorrow... For the .quad style tests, they seem safe enough to
>> leave as is, yes?
>
> yep, I agree those seem safe-ish. :)
I fixed the wholesale grepping for x86 opcodes in r86205. We now
check the unoptimized .ll file, thus removing the ability of changes
to llvm codegen from breaking this testcase. Thanks.
More information about the cfe-commits
mailing list