view test/MC/AsmParser/include.ll @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents
children 3a76565eade5
line wrap: on
line source

; 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