![]() - Add get_bits_for_arch for loongarch64 detection, fix the following error, ``` $ make check-asan -- sanitizer_common tests on "Linux" will run against "asan" CMake Error at test/asan/CMakeLists.txt:22 (message): Unknown target architecture: loongarch64 Call Stack (most recent call first): test/asan/CMakeLists.txt:49 (get_bits_for_arch) ``` - Do not use __builtin_longjmp, fix the following error, ``` llvm-project/compiler-rt/lib/asan/tests/asan_test.cpp:635:3: error: __builtin_longjmp is not supported for the current target __builtin_longjmp((void**)buf, 1); ``` Differential Revision: https://reviews.llvm.org/D137012 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
asan_benchmarks_test.cpp | ||
asan_exceptions_test.cpp | ||
asan_fake_stack_test.cpp | ||
asan_globals_test.cpp | ||
asan_interface_test.cpp | ||
asan_internal_interface_test.cpp | ||
asan_mac_test.cpp | ||
asan_mac_test.h | ||
asan_mac_test_helpers.mm | ||
asan_mem_test.cpp | ||
asan_noinst_test.cpp | ||
asan_oob_test.cpp | ||
asan_racy_double_free_test.cpp | ||
asan_str_test.cpp | ||
asan_test.cpp | ||
asan_test.ignore | ||
asan_test_config.h | ||
asan_test_main.cpp | ||
asan_test_utils.h |