bolt/deps/llvm-18.1.8/llvm/test/MC/AsmParser/include.ll

15 lines
336 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; RUN: llc -I %p/Inputs -filetype asm -o - %s | FileCheck %s
; UNSUPPORTED: target={{.*}}-zos{{.*}},target=nvptx{{.*}}
; 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