Files
clang-p2996/mlir/lib/Target/LLVMIR/ModuleImport.cpp
Ivan R. Ivanov fbee8d5a65 [MLIR][LLVM] Allow importing of nameless globals (#101918)
LLVM allows nameless globals for private global variables whereas in
MLIR globals must be addressed using symbols. We attach symbols to
nameless globals in order to enable their import.

---------

Co-authored-by: Christian Ulmann <christianulmann@gmail.com>
2024-08-06 11:15:54 +09:00

87 KiB