Adds support for the module level assembly in the LLVM IR dialect. --------- Co-authored-by: Tobias Gysi <tobias.gysi@nextsilicon.com>
6 lines
130 B
LLVM
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"
|