[llvm] r252754 - test/DebugInfo/ARM/prologue_end.ll references thumbv1, which is invalid.

Artyom Skrobov via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 11 09:22:18 PST 2015


Author: askrobov
Date: Wed Nov 11 11:22:18 2015
New Revision: 252754

URL: http://llvm.org/viewvc/llvm-project?rev=252754&view=rev
Log:
test/DebugInfo/ARM/prologue_end.ll references thumbv1, which is invalid.

The committer didn't respond at http://reviews.llvm.org/D14338, so we've got to fix this for them.

This test doesn't pass with thumbv6, so I suppose what they meant is thumbv7.


Modified:
    llvm/trunk/test/DebugInfo/ARM/prologue_end.ll

Modified: llvm/trunk/test/DebugInfo/ARM/prologue_end.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/ARM/prologue_end.ll?rev=252754&r1=252753&r2=252754&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/ARM/prologue_end.ll (original)
+++ llvm/trunk/test/DebugInfo/ARM/prologue_end.ll Wed Nov 11 11:22:18 2015
@@ -1,5 +1,5 @@
 ; 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
+; RUN: llc -disable-fp-elim -O0 %s -mtriple thumbv7-apple-darwin -o - | FileCheck %s
 
 ; int func(void);
 ; void prologue_end_test() {




More information about the llvm-commits mailing list