Files
Daniel Jasper e8aae1b6fd Move test input to directory called Inputs.
It is a common convention that our internal test runner depends upon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291227 91177308-0d34-0410-b5e6-96231b3b80d8
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