[llvm] r222007 - Tentatively appease the bots.

David Blaikie dblaikie at gmail.com
Fri Nov 14 10:24:50 PST 2014


On Fri, Nov 14, 2014 at 9:08 AM, Frederic Riss <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
> 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
>
> ==============================================================================
> --- 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)


>
>  ; Build from source:
>  ; $ clang++ a.cpp b.cpp -g -c -emit-llvm
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> 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/cd63b222/attachment.html>


More information about the llvm-commits mailing list