diff options
author | Fangrui Song <i@maskray.me> | 2021-10-19 01:09:40 -0700 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2021-10-19 01:09:41 -0700 |
commit | 408e6de8c09fc7e71329199947e977fe1c40caf1 (patch) | |
tree | d87fa06b26a8d7bf95ca20f59c5401d32a1a66a0 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h | |
parent | dcc91dd2a798b078ecabe63a51771978d92988e2 (diff) | |
download | llvm-408e6de8c09fc7e71329199947e977fe1c40caf1.zip llvm-408e6de8c09fc7e71329199947e977fe1c40caf1.tar.gz llvm-408e6de8c09fc7e71329199947e977fe1c40caf1.tar.bz2 |
[Driver][Gnu] Support -shared -static: pass -shared to ld and use crtbeginS.o
This mode never works (mismatching crtbeginT.o and crtendS.o) and probably
unsupported by GCC on glibc based Linux distro (incorrect crtbeginT.o causes
linker error) but makes sense (-shared means building a shared object, -static
means avoid shared object dependencies) and can be used on musl based Linux
distro.
mingw supports this mode as well.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h')
0 files changed, 0 insertions, 0 deletions