[PATCH] D14338: [DebugInfo] Fix ARM/AArch64 prologue_end position. Related to D11268.

A. Skrobov via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 9 07:19:10 PST 2015


tyomitch added a subscriber: tyomitch.

================
Comment at: test/DebugInfo/ARM/prologue_end.ll:2
@@ +1,3 @@
+; RUN: llc -disable-fp-elim -O0 %s -mtriple armv7-apple-darwin -o - | FileCheck %s
+; RUN: llc -disable-fp-elim -O0 %s -mtriple thumbv1-apple-darwin -o - | FileCheck %s
+
----------------
I don't think "thumbv1" is a valid thing. Is this supposed to be thumbv7 perhaps?


Repository:
  rL LLVM

http://reviews.llvm.org/D14338





More information about the llvm-commits mailing list