diff options
author | Fangrui Song <i@maskray.me> | 2022-01-13 11:25:23 -0800 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2022-01-13 11:25:23 -0800 |
commit | 64da6eb06570adf38c96075de0116f6d29d5ba81 (patch) | |
tree | 20c4bc6cdfcf5e0d6bee9ad2576e59ba0be57d7f /lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h | |
parent | ffee3b2f7a8ef2f488bad422be1901c5efcbd901 (diff) | |
download | llvm-64da6eb06570adf38c96075de0116f6d29d5ba81.zip llvm-64da6eb06570adf38c96075de0116f6d29d5ba81.tar.gz llvm-64da6eb06570adf38c96075de0116f6d29d5ba81.tar.bz2 |
[Driver][Gnu] -r: imply -nostdlib like GCC
See `gcc -dumpspecs` that -r essentially implies -nostdlib and suppresses
default -l* and crt*.o. The behavior makes sense because otherwise there will be
assuredly conflicting definitions when the relocatable output is linked into the
final executable/shared object.
Reviewed By: thesamesam, phosek
Differential Revision: https://reviews.llvm.org/D116843
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h')
0 files changed, 0 insertions, 0 deletions