[llvm-commits] [llvm] r143097 - in /llvm/trunk: include/llvm/CodeGen/ include/llvm/MC/ lib/CodeGen/AsmPrinter/ lib/MC/ test/CodeGen/ARM/ test/CodeGen/X86/ test/DebugInfo/

Chandler Carruth chandlerc at google.com
Thu Oct 27 11:40:39 PDT 2011


On Thu, Oct 27, 2011 at 10:24 AM, Jim Grosbach <grosbach at apple.com> wrote:

> Hey Nick,
>
> This is great stuff. Thanks for doing this.
>
> I'm seeing a few test failures in the GCC test suite (
> https://llvm.org/svn/llvm-project/clang-tests/trunk/gcc-4_2-testsuite),
> though. It's fairly likely that they're just tests that need to be updated.
> Can you have a look?
>
> gcc.apple/block-debug-1.c scan-assembler __block_descriptor.*DW_AT_name
> gcc.apple/block-debug-1.c scan-assembler
> __block_literal_generic.*DW_AT_name
> gcc.apple/block-debug-2.c scan-assembler __block_descriptor.*DW_AT_name
> gcc.apple/block-debug-2.c scan-assembler
> __block_literal_generic.*DW_AT_name
> gcc.dg/debug/dwarf2/var1.c scan-assembler xyzzy[^\\n\\r]+DW_AT_name
>

I've tried to fix these with r143119. I'll watch the IRC messages from the
bot, hopefully the regular expression magic isn't too much for dejagnu...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111027/dc3358d8/attachment.html>


More information about the llvm-commits mailing list