[PATCH] D131250: [scudo] Try to fix standalone build on armv7

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 8 01:22:48 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG8342ea6eac85: [scudo] Try to fix standalone build on armv7 (authored by rovka).

Changed prior to commit:
  https://reviews.llvm.org/D131250?vs=450261&id=450726#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131250/new/

https://reviews.llvm.org/D131250

Files:
  compiler-rt/lib/scudo/standalone/CMakeLists.txt


Index: compiler-rt/lib/scudo/standalone/CMakeLists.txt
===================================================================
--- compiler-rt/lib/scudo/standalone/CMakeLists.txt
+++ compiler-rt/lib/scudo/standalone/CMakeLists.txt
@@ -135,7 +135,7 @@
 
 endif()
 
-set(SCUDO_LINK_LIBS)
+set(SCUDO_LINK_LIBS ${COMPILER_RT_UNWINDER_LINK_LIBS})
 
 append_list_if(COMPILER_RT_HAS_LIBPTHREAD -pthread SCUDO_LINK_FLAGS)
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131250.450726.patch
Type: text/x-patch
Size: 412 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220808/23979a64/attachment.bin>


More information about the llvm-commits mailing list