diff options
author | Mehdi Amini <joker.eph@gmail.com> | 2023-06-19 11:58:49 +0200 |
---|---|---|
committer | Mehdi Amini <joker.eph@gmail.com> | 2023-06-19 12:53:45 +0200 |
commit | 9ef73f2f58ecfce21bdeb27f68b224d9be97cfe6 (patch) | |
tree | 4540bdb95ec1fd75135f657c2bfd4bb67293cdc8 /libcxx/src/filesystem/filesystem_clock.cpp | |
parent | 65a2cde77195887f308d4f14be2e3ae18c5c5c0a (diff) | |
download | llvm-9ef73f2f58ecfce21bdeb27f68b224d9be97cfe6.zip llvm-9ef73f2f58ecfce21bdeb27f68b224d9be97cfe6.tar.gz llvm-9ef73f2f58ecfce21bdeb27f68b224d9be97cfe6.tar.bz2 |
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
Diffstat (limited to 'libcxx/src/filesystem/filesystem_clock.cpp')
0 files changed, 0 insertions, 0 deletions