We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e91149 commit a1ec3c5Copy full SHA for a1ec3c5
compiler-rt/lib/scudo/standalone/CMakeLists.txt
@@ -140,6 +140,10 @@ append_list_if(COMPILER_RT_HAS_LIBPTHREAD -pthread SCUDO_LINK_FLAGS)
140
141
append_list_if(FUCHSIA zircon SCUDO_LINK_LIBS)
142
143
+if(COMPILER_RT_DEFAULT_TARGET_ARCH MATCHES "mips|mips64|mipsel|mips64el")
144
+ list(APPEND SCUDO_LINK_LIBS atomic)
145
+endif()
146
+
147
if(COMPILER_RT_HAS_SCUDO_STANDALONE)
148
add_compiler_rt_object_libraries(RTScudoStandalone
149
ARCHS ${SCUDO_STANDALONE_SUPPORTED_ARCH}
0 commit comments