From 36f0dbbf3eac8aa18c29e0882ee52e6567798c01 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Thu, 29 Jan 2015 20:25:46 +0000 Subject: [PATCH] Add missing test from r227488 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227489 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/ARM/line.test | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/DebugInfo/ARM/line.test diff --git a/test/DebugInfo/ARM/line.test b/test/DebugInfo/ARM/line.test new file mode 100644 index 00000000000..24d9c5cbce0 --- /dev/null +++ b/test/DebugInfo/ARM/line.test @@ -0,0 +1 @@ +; RUN: llc -mtriple=x86_64-linux -O0 -filetype=asm < %S/../Inputs/line.ll | FileCheck %S/../Inputs/line.ll