<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 30, 2014 at 5:29 PM, NAKAMURA Takumi <span dir="ltr"><<a href="mailto:geek4civic@gmail.com" target="_blank">geek4civic@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: chapuni<br>
Date: Tue Sep 30 19:29:16 2014<br>
New Revision: 218722<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=218722&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=218722&view=rev</a><br>
Log:<br>
llvm/test/DebugInfo/X86/gmlt.test: Get rid of %llc_dwarf. It should not be used with -mtriple.<br></blockquote><div><br></div><div>Ah, sorry about that - thanks for the fix!</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Also, remove object-emission. test/DebugInfo/X86 doesn't require it.<br></blockquote><div><br></div><div>It doesn't? Perhaps I don't understand what "REQUIRES: object-emission" means. Could you explain it? I guess maybe it means that it requires that the compiler under test can emit objects for the current host? (which isn't relevant when the test is generating objects for the specific target (X86) which isn't necessarily the current host)</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Modified:<br>
    llvm/trunk/test/DebugInfo/X86/gmlt.test<br>
<br>
Modified: llvm/trunk/test/DebugInfo/X86/gmlt.test<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/gmlt.test?rev=218722&r1=218721&r2=218722&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/gmlt.test?rev=218722&r1=218721&r2=218722&view=diff</a><br>
==============================================================================<br>
--- llvm/trunk/test/DebugInfo/X86/gmlt.test (original)<br>
+++ llvm/trunk/test/DebugInfo/X86/gmlt.test Tue Sep 30 19:29:16 2014<br>
@@ -1,3 +1,2 @@<br>
-; REQUIRES: object-emission<br>
-; RUN: %llc_dwarf -O0 -filetype=obj < %S/../Inputs/gmlt.ll -mtriple x86_64-apple-darwin | llvm-dwarfdump - \<br>
+; RUN: llc -O0 -filetype=obj < %S/../Inputs/gmlt.ll -mtriple x86_64-apple-darwin | llvm-dwarfdump - \<br>
 ; RUN:     | FileCheck --check-prefix=CHECK --check-prefix=DARWIN %S/../Inputs/gmlt.ll<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>