Files
clang-p2996/llvm/test/MC/AsmParser/include.ll
Paul Robinson a1b4e13cff [llvm] Convert tests to check 'target=...'
Part of the project to eliminate special handling for triples in lit
expressions.
2022-12-15 14:40:26 -08:00

15 lines
336 B
LLVM

; 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