<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 14, 2014 at 9:08 AM, Frederic Riss <span dir="ltr"><<a href="mailto:friss@apple.com" target="_blank">friss@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: friss<br>
Date: Fri Nov 14 11:08:18 2014<br>
New Revision: 222007<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=222007&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=222007&view=rev</a><br>
Log:<br>
Tentatively appease the bots.<br>
<br>
If this workaround gets the bots green, then we have to find out<br>
why the -dwarf-accel-tables=Enable option doesn't work as<br>
expected on non-darwin platforms.<br>
<br>
Modified:<br>
    llvm/trunk/test/DebugInfo/cross-cu-inlining.ll<br>
<br>
Modified: llvm/trunk/test/DebugInfo/cross-cu-inlining.ll<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/cross-cu-inlining.ll?rev=222007&r1=222006&r2=222007&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/cross-cu-inlining.ll?rev=222007&r1=222006&r2=222007&view=diff</a><br>
==============================================================================<br>
--- llvm/trunk/test/DebugInfo/cross-cu-inlining.ll (original)<br>
+++ llvm/trunk/test/DebugInfo/cross-cu-inlining.ll Fri Nov 14 11:08:18 2014<br>
@@ -1,7 +1,7 @@<br>
 ; REQUIRES: object-emission<br>
<br>
 ; RUN: %llc_dwarf -O0 -filetype=obj < %s | llvm-dwarfdump -debug-dump=info - | FileCheck -implicit-check-not=DW_TAG %s<br>
-; RUN: %llc_dwarf -dwarf-accel-tables=Enable -O0 -filetype=obj < %s | llvm-dwarfdump - | FileCheck --check-prefix=CHECK-ACCEL --check-prefix=CHECK %s<br>
+; RUN: %llc_dwarf -mtriple x86_64-apple-darwin -O0 -filetype=obj < %s | llvm-dwarfdump - | FileCheck --check-prefix=CHECK-ACCEL --check-prefix=CHECK %s<br></blockquote><div><br>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)<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
 ; Build from source:<br>
 ; $ clang++ a.cpp b.cpp -g -c -emit-llvm<br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</blockquote></div><br></div></div>