1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/MC/AsmParser/include.ll
Daniel Jasper bac44b8b6d Move test input to directory called Inputs.
It is a common convention that our internal test runner depends upon.

llvm-svn: 291227
2017-01-06 10:22:15 +00:00

14 lines
256 B
LLVM

; RUN: llc -I %p/Inputs -filetype asm -o - %s | FileCheck %s
module asm ".include \22module.x\22"
define arm_aapcscc void @f() {
entry:
call void asm sideeffect ".include \22function.x\22", ""()
ret void
}
; CHECK: MODULE = 1
; CHECK: FUNCTION = 1