aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/tutorial/MyFirstLanguageFrontend
diff options
context:
space:
mode:
authorMichael Kruse <llvm-project@meinersbur.de>2025-02-17 12:53:12 +0100
committerGitHub <noreply@github.com>2025-02-17 12:53:12 +0100
commit4c4fc4650fa66361f19f8c8b60768987fe48a90f (patch)
treeb2c9bed34c046231a9402b49281f769620f88e66 /llvm/docs/tutorial/MyFirstLanguageFrontend
parent43d308dd0d9ef18d35ea6dcc9283fcbc93066820 (diff)
downloadllvm-4c4fc4650fa66361f19f8c8b60768987fe48a90f.zip
llvm-4c4fc4650fa66361f19f8c8b60768987fe48a90f.tar.gz
llvm-4c4fc4650fa66361f19f8c8b60768987fe48a90f.tar.bz2
[Flang-RT] Build libflang_rt.so (#121782)
Under non-Windows platforms, also create a dynamic library version of the runtime. Build of either version of the library can be switched on using FLANG_RT_ENABLE_STATIC=ON respectively FLANG_RT_ENABLE_SHARED=ON. Default is to build only the static library, consistent with previous behaviour. This is because the way the flang driver invokes the linker, most linkers choose the dynamic library by default, if available. Building the dynamic library therefore causes flang-built executables to depend on `libflang_rt.so`, unless explicitly told otherwise.
Diffstat (limited to 'llvm/docs/tutorial/MyFirstLanguageFrontend')
0 files changed, 0 insertions, 0 deletions