Files
clang-p2996/mlir/test/Conversion/FuncToLLVM
Mehdi Amini 9ef73f2f58 Emit MLIR trampoline wrapper function with LLVM private linkage
The wrapper, as most of compiler-generated functions, are intended to serve the
IR for the current module. The safest linkage is to keep these private to avoid
any possible collision with other modules.

Differential Revision: https://reviews.llvm.org/D153255
2023-06-19 12:53:45 +02:00
..