brintos

brintos / llvm-project-archived public Read only

0
0
Text · 259 B · 625fdd9 Raw
13 lines · plain
1; RUN: llc -mtriple=x86_64 -I %p/Inputs -filetype asm -o - %s | FileCheck %s2 3module asm ".include \22module.x\22"4 5define void @f() {6entry:7  call void asm sideeffect ".include \22function.x\22", ""()8  ret void9}10 11; CHECK: MODULE = 112; CHECK: FUNCTION = 113