[llvm] r222007 - Tentatively appease the bots.

Frédéric Riss friss at apple.com
Fri Nov 14 10:26:44 PST 2014


> On Nov 14, 2014, at 10:24 AM, David Blaikie <dblaikie at gmail.com> wrote:
> 
> 
> 
> On Fri, Nov 14, 2014 at 9:08 AM, Frederic Riss <friss at apple.com <mailto:friss at apple.com>> wrote:
> Author: friss
> Date: Fri Nov 14 11:08:18 2014
> New Revision: 222007
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=222007&view=rev <http://llvm.org/viewvc/llvm-project?rev=222007&view=rev>
> Log:
> Tentatively appease the bots.
> 
> If this workaround gets the bots green, then we have to find out
> why the -dwarf-accel-tables=Enable option doesn't work as
> expected on non-darwin platforms.
> 
> Modified:
>     llvm/trunk/test/DebugInfo/cross-cu-inlining.ll
> 
> Modified: llvm/trunk/test/DebugInfo/cross-cu-inlining.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/cross-cu-inlining.ll?rev=222007&r1=222006&r2=222007&view=diff <http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/cross-cu-inlining.ll?rev=222007&r1=222006&r2=222007&view=diff>
> ==============================================================================
> --- llvm/trunk/test/DebugInfo/cross-cu-inlining.ll (original)
> +++ llvm/trunk/test/DebugInfo/cross-cu-inlining.ll Fri Nov 14 11:08:18 2014
> @@ -1,7 +1,7 @@
>  ; REQUIRES: object-emission
> 
>  ; RUN: %llc_dwarf -O0 -filetype=obj < %s | llvm-dwarfdump -debug-dump=info - | FileCheck -implicit-check-not=DW_TAG %s
> -; RUN: %llc_dwarf -dwarf-accel-tables=Enable -O0 -filetype=obj < %s | llvm-dwarfdump - | FileCheck --check-prefix=CHECK-ACCEL --check-prefix=CHECK %s
> +; RUN: %llc_dwarf -mtriple x86_64-apple-darwin -O0 -filetype=obj < %s | llvm-dwarfdump - | FileCheck --check-prefix=CHECK-ACCEL --check-prefix=CHECK %s
> 
> This might fail on machines that don't have the X86 target built - you would need to move this test into DebugInfo/X86 to cope with that. (or I think you can add the REQUIRES: x86... something something to it explicitly - but we prefer to just use the directories)

I’ve already got one bot complaining, but as I said, this is only a workaround that shouldn’t be there in the first place. I used it just to try to narrow down the issue and make most of the bots happy again. I’m investigating the root cause right now.

> 
>  ; Build from source:
>  ; $ clang++ a.cpp b.cpp -g -c -emit-llvm
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu <mailto:llvm-commits at cs.uiuc.edu>
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits <http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141114/d6ab3a38/attachment.html>


More information about the llvm-commits mailing list