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 1de228f commit a1328c0Copy full SHA for a1328c0
compiler-rt/lib/asan/tests/CMakeLists.txt
@@ -301,7 +301,7 @@ if(ANDROID)
301
$<TARGET_OBJECTS:RTSanitizerCommonSymbolizer.${arch}>
302
$<TARGET_OBJECTS:RTSanitizerCommonSymbolizerInternal.${arch}>
303
$<TARGET_OBJECTS:RTLSanCommon.${arch}>
304
- $<TARGET_OBJECTS:RTUbsan.${arch}>>
+ $<TARGET_OBJECTS:RTUbsan.${arch}>
305
${COMPILER_RT_GTEST_SOURCE}
306
${ASAN_NOINST_TEST_SOURCES})
307
set_target_compile_flags(AsanNoinstTest ${ASAN_UNITTEST_COMMON_CFLAGS})
0 commit comments