gitoleg 49b0014742
[mlir][llvm] adds an attribute for the module level assembly (#151318)
Adds support for the module level assembly in the LLVM IR dialect.

---------

Co-authored-by: Tobias Gysi <tobias.gysi@nextsilicon.com>
2025-07-31 14:10:21 +02:00

6 lines
130 B
LLVM

; RUN: mlir-translate -import-llvm %s | FileCheck %s
; CHECK: llvm.module_asm = ["foo", "bar"]
module asm "foo"
module asm "bar"