You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
; RUN: llc -I %p/Inputs -filetype asm -o - %s | FileCheck %s
|
|
; REQUIRES: default_triple
|
|
|
|
module asm ".include \22module.x\22"
|
|
|
|
define void @f() {
|
|
entry:
|
|
call void asm sideeffect ".include \22function.x\22", ""()
|
|
ret void
|
|
}
|
|
|
|
; CHECK: .set MODULE, 1
|
|
; CHECK: .set FUNCTION, 1
|