<p dir="ltr">Hi Alp,</p>
<p dir="ltr">Feel free to move this test now if it's urgent, otherwise Oliver or I will do it later.</p>
<p dir="ltr">Cheers, <br>
Amara</p>
<div class="gmail_quote">On 19 Jun 2014 19:25, "Alp Toker" <<a href="mailto:alp@nuanti.com">alp@nuanti.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
On 19/06/2014 18:39, Oliver Stannard wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
--- llvm/trunk/test/MC/ELF/cfi-<u></u>version.ll (added)<br>
+++ llvm/trunk/test/MC/ELF/cfi-<u></u>version.ll Thu Jun 19 10:39:33 2014<br>
@@ -0,0 +1,47 @@<br>
+; RUN: llc %s -o - -dwarf-version 2 -filetype=obj | llvm-dwarfdump - | FileCheck %s --check-prefix=DWARF2<br>
+; RUN: llc %s -o - -dwarf-version 3 -filetype=obj | llvm-dwarfdump - | FileCheck %s --check-prefix=DWARF34<br>
+; RUN: llc %s -o - -dwarf-version 4 -filetype=obj | llvm-dwarfdump - | FileCheck %s --check-prefix=DWARF34<br>
+<br>
+target datalayout = "e-m:e-p:32:32-i64:64-v128:64:<u></u>128-n32-S64"<br>
+target triple = "armv8-arm-none-eabi"<br>
+<br>
+; Function Attrs: nounwind<br>
+define i32 @foo() #0 {<br>
+entry:<br>
+  %call = call i32 bitcast (i32 (...)* @bar to i32 ()*)(), !dbg !12<br>
+  %add = add nsw i32 %call, 1, !dbg !12<br>
+  ret i32 %add, !dbg !12<br>
+}<br>
</blockquote>
<br>
This test is failing without the ARM backend:<br>
<br>
llc: : error: unable to get target for 'armv8-arm-none-eabi', see --version and --triple.<br>
-: The file was not recognized as a valid object file<br>
<br>
Should it perhaps be moved to test/MC/ELF/ARM?<br>
<br>
Alp.<br>
<br>
-- <br>
<a href="http://www.nuanti.com" target="_blank">http://www.nuanti.com</a><br>
the browser experts<br>
<br>
______________________________<u></u>_________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu" target="_blank">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/<u></u>mailman/listinfo/llvm-commits</a><br>
</blockquote></div>