brintos

brintos / llvm-project-archived public Read only

0
0
Text · 130 B · 38f6ea4 Raw
6 lines · plain
1; RUN: mlir-translate -import-llvm %s | FileCheck %s2; CHECK: llvm.module_asm = ["foo", "bar"]3 4module asm "foo"5module asm "bar"6