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 e31efd8 commit 447b32fCopy full SHA for 447b32f
compiler-rt/lib/asan/CMakeLists.txt
@@ -160,7 +160,7 @@ append_list_if(MINGW "${MINGW_LIBRARIES}" ASAN_DYNAMIC_LIBS)
160
add_compiler_rt_object_libraries(RTAsan_dynamic
161
OS ${SANITIZER_COMMON_SUPPORTED_OS}
162
ARCHS ${ASAN_SUPPORTED_ARCH}
163
- SOURCES ${ASAN_SOURCES}
+ SOURCES ${ASAN_SOURCES} ${ASAN_CXX_SOURCES}
164
ADDITIONAL_HEADERS ${ASAN_HEADERS}
165
CFLAGS ${ASAN_DYNAMIC_CFLAGS}
166
DEFS ${ASAN_DYNAMIC_DEFINITIONS})
@@ -312,7 +312,6 @@ else()
312
SHARED
313
ARCHS ${arch}
314
OBJECT_LIBS ${ASAN_COMMON_RUNTIME_OBJECT_LIBS}
315
- RTAsan_cxx
316
RTAsan_dynamic
317
# The only purpose of RTAsan_dynamic_version_script_dummy is to
318
# carry a dependency of the shared runtime on the version script.
0 commit comments