aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2013-09-17 00:15:36 +0000
committerAdrian Prantl <aprantl@apple.com>2013-09-17 00:15:36 +0000
commit06b005f17a110396f95dfbabfa988aa94d195f9a (patch)
treef830401afaf46361528acbc1100c4787ed5a17e6 /test/DebugInfo
parentad577a5c1dc325456c495f50e024711273bdf434 (diff)
downloadexternal_llvm-06b005f17a110396f95dfbabfa988aa94d195f9a.zip
external_llvm-06b005f17a110396f95dfbabfa988aa94d195f9a.tar.gz
external_llvm-06b005f17a110396f95dfbabfa988aa94d195f9a.tar.bz2
mention command line parameters
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190827 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r--test/DebugInfo/ARM/PR16736.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/DebugInfo/ARM/PR16736.ll b/test/DebugInfo/ARM/PR16736.ll
index 87619f9..d9a4b69 100644
--- a/test/DebugInfo/ARM/PR16736.ll
+++ b/test/DebugInfo/ARM/PR16736.ll
@@ -1,6 +1,7 @@
; RUN: llc -filetype=asm < %s | FileCheck %s
; CHECK: @DEBUG_VALUE: h:x <- [R{{.*}}+{{.*}}]
; generated from:
+; clang -cc1 -triple thumbv7 -S -O1 arm.cpp -g
;
; int f();
; void g(float);