From: Adrian Prantl Date: Tue, 17 Sep 2013 00:15:36 +0000 (+0000) Subject: mention command line parameters X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=06b005f17a110396f95dfbabfa988aa94d195f9a;p=oota-llvm.git mention command line parameters git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190827 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DebugInfo/ARM/PR16736.ll b/test/DebugInfo/ARM/PR16736.ll index 87619f97743..d9a4b69ed4e 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);