diff options
author | Petr Hosek <phosek@google.com> | 2022-08-23 07:26:37 +0000 |
---|---|---|
committer | Petr Hosek <phosek@google.com> | 2022-08-24 17:34:47 +0000 |
commit | 74af56c1c342038d385134add13cd2a7db7f0a70 (patch) | |
tree | c131d8a46d20253f6b42e3d16746ca6a3d29185f /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | 686d8ce1ab16171c66973e065eada5b6419a0c98 (diff) | |
download | llvm-74af56c1c342038d385134add13cd2a7db7f0a70.zip llvm-74af56c1c342038d385134add13cd2a7db7f0a70.tar.gz llvm-74af56c1c342038d385134add13cd2a7db7f0a70.tar.bz2 |
[Clang] Avoid using unwind library in the MSVC environment
We're seeing the following warnings with --rtlib=compiler-rt:
lld-link: warning: ignoring unknown argument '--as-needed'
lld-link: warning: ignoring unknown argument '-lunwind'
lld-link: warning: ignoring unknown argument '--no-as-needed'
MSVC doesn't use the unwind library, so just omit it.
Differential Revision: https://reviews.llvm.org/D132440
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions