summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AsmParser/include.ll
blob: a2fd92823970ef81b5d9f7d5145b59a3502b0485 (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: MODULE = 1
; CHECK: FUNCTION = 1
OpenPOWER on IntegriCloud