mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-29 13:24:25 +00:00
mention command line parameters
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190827 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
; RUN: llc -filetype=asm < %s | FileCheck %s
|
; RUN: llc -filetype=asm < %s | FileCheck %s
|
||||||
; CHECK: @DEBUG_VALUE: h:x <- [R{{.*}}+{{.*}}]
|
; CHECK: @DEBUG_VALUE: h:x <- [R{{.*}}+{{.*}}]
|
||||||
; generated from:
|
; generated from:
|
||||||
|
; clang -cc1 -triple thumbv7 -S -O1 arm.cpp -g
|
||||||
;
|
;
|
||||||
; int f();
|
; int f();
|
||||||
; void g(float);
|
; void g(float);
|
||||||
|
Reference in New Issue
Block a user