diff options
author | Diana Picus <diana.picus@linaro.org> | 2022-08-05 10:54:32 +0200 |
---|---|---|
committer | Diana Picus <diana.picus@linaro.org> | 2022-08-08 10:19:12 +0200 |
commit | 8342ea6eac85bd20c56be0ab71b4ebbccd134c67 (patch) | |
tree | 06a682e677bfe51211c0dcd129d40d67dbe7317d /llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp | |
parent | a3f7a2c183455f390f017effc99bcd1b37328521 (diff) | |
download | llvm-8342ea6eac85bd20c56be0ab71b4ebbccd134c67.zip llvm-8342ea6eac85bd20c56be0ab71b4ebbccd134c67.tar.gz llvm-8342ea6eac85bd20c56be0ab71b4ebbccd134c67.tar.bz2 |
[scudo] Try to fix standalone build on armv7
When linking scudo standalone on armv7, it can't find symbols related to
unwinding (e.g. __aeabi_unwind_cpp_pr0). This is because it is passing
--unwindlib=none. This patch hacks around the issue by adding
COMPILER_RT_UNWINDER_LINK_LIBS to the link line.
I don't know anything about scudo, so I'm not sure what the original
intention was.
See also https://github.com/llvm/llvm-project/issues/56900
Differential Revision: https://reviews.llvm.org/D131250
Diffstat (limited to 'llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions