Fangrui Song e65131a563 MC,test: Specify explicit triple for include.ll
The output is subject to .set or = difference.
2025-06-12 09:49:06 -07:00

13 lines
259 B
LLVM

; RUN: llc -mtriple=x86_64 -I %p/Inputs -filetype asm -o - %s | FileCheck %s
module asm ".include \22module.x\22"
define void @f() {
entry:
call void asm sideeffect ".include \22function.x\22", ""()
ret void
}
; CHECK: MODULE = 1
; CHECK: FUNCTION = 1