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 ada3b70 commit 8641fcaCopy full SHA for 8641fca
compiler-rt/lib/asan/CMakeLists.txt
@@ -390,7 +390,7 @@ endif()
390
391
add_compiler_rt_resource_file(asan_ignorelist asan_ignorelist.txt asan)
392
393
-On AIX, we need to put asan.link_with_main_exec.txt and asan_cxx.link_with_main_exec.txt
+# On AIX, we need to put asan.link_with_main_exec.txt and asan_cxx.link_with_main_exec.txt
394
# to the build and install dir.
395
if (${CMAKE_SYSTEM_NAME} MATCHES "AIX")
396
add_compiler_rt_cfg(asan_symbols asan.link_with_main_exec.txt asan)
0 commit comments