diff options
author | Petr Hosek <phosek@chromium.org> | 2019-02-12 01:35:29 +0000 |
---|---|---|
committer | Petr Hosek <phosek@chromium.org> | 2019-02-12 01:35:29 +0000 |
commit | 5300d8411604c9471f2da506942046f7aa2a8c42 (patch) | |
tree | 936dd9b7ad28e78333fce1d5b04a30315936c997 /lldb/source/Plugins/OperatingSystem/Python | |
parent | 43d6122f7331dbbff6072c9614abf64356a24040 (diff) | |
download | bcm5719-llvm-5300d8411604c9471f2da506942046f7aa2a8c42.tar.gz bcm5719-llvm-5300d8411604c9471f2da506942046f7aa2a8c42.zip |
[CMake] Avoid passing -rtlib=compiler-rt when using compiler-rt
We build libc++ and libc++abi with -nodefaultlibs, so -rtlib=compiler-rt
has no effect and results in an 'argument unused during compilation'
warning which breaks the build when using -Werror. We can therefore drop
-rtlib=compiler-rt without any functional change; note that the actual
compiler-rt linking is handled by HandleCompilerRT.
Differential Revision: https://reviews.llvm.org/D58084
llvm-svn: 353786
Diffstat (limited to 'lldb/source/Plugins/OperatingSystem/Python')
0 files changed, 0 insertions, 0 deletions