[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/

Nick Lewycky nicholas at mxc.ca
Thu Oct 27 13:53:56 PDT 2011


Chandler Carruth wrote:
> On Thu, Oct 27, 2011 at 10:24 AM, Jim Grosbach <grosbach at apple.com
> <mailto: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...

Thank you!!

Nick



More information about the llvm-commits mailing list