summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AsmParser/include.ll
blob: 28561819a603981d14ca3ca05a5fdc11b8be4954 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; RUN: llc -I %p/Inputs -filetype asm -o - %s | FileCheck %s
; REQUIRES: default_triple

module asm ".include \22module.x\22"

define arm_aapcscc void @f() {
entry:
  call void asm sideeffect ".include \22function.x\22", ""()
  ret void
}

; CHECK: .set MODULE, 1
; CHECK: .set FUNCTION, 1
OpenPOWER on IntegriCloud