[cfe-commits] r173515 - in /cfe/trunk: include/clang/AST/ include/clang/Basic/ lib/AST/ lib/CodeGen/ lib/Sema/ lib/Serialization/ test/CodeGenCXX/

John McCall rjmccall at apple.com
Sun Jan 27 13:05:51 PST 2013


On Jan 26, 2013, at 7:30 AM, Tim Northover <t.p.northover at gmail.com> wrote:
> On Sat, Jan 26, 2013 at 10:43 AM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
>> John, it triggered a failure in CodeGenCXX/key-function-vtable.cpp for
>> targeting arm.
>> http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a9/builds/4622
>> 
>> It could be reproducible to add explicit -triple=arm-linux.
> 
> I've dealt with this in r173576.

Thanks!  Another casualty of not putting explicit triples in every test.
I agree with testing it on both x86_64 and arm-apple-darwin.

John.



More information about the cfe-commits mailing list