Author: Vitaly Buka Date: 2023-08-09T23:01:33-07:00 New Revision: 6b7b45c213d44cb49708e22fb31df524298495d2
URL: https://github.com/llvm/llvm-project/commit/6b7b45c213d44cb49708e22fb31df524298495d2 DIFF: https://github.com/llvm/llvm-project/commit/6b7b45c213d44cb49708e22fb31df524298495d2.diff LOG: [test][asan] Disable new test from D157552 on Android Added: Modified: clang/cmake/caches/PGO-stage2.cmake compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp Removed: ################################################################################ diff --git a/clang/cmake/caches/PGO-stage2.cmake b/clang/cmake/caches/PGO-stage2.cmake index b9b2f62e9cae46..6bceeb72327368 100644 --- a/clang/cmake/caches/PGO-stage2.cmake +++ b/clang/cmake/caches/PGO-stage2.cmake @@ -1,3 +1,4 @@ set(CMAKE_BUILD_TYPE RELEASE CACHE STRING "") +set(LLVM_ENABLE_LLD ON CACHE BOOL "") set(LLVM_ENABLE_PROJECTS "clang;lld" CACHE STRING "") set(LLVM_ENABLE_RUNTIMES "compiler-rt;libcxx;libcxxabi" CACHE STRING "") diff --git a/compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp b/compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp index 57c07187b1b138..8d6a9afc02d5e4 100644 --- a/compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp +++ b/compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp @@ -1,8 +1,11 @@ -// RUN: %clangxx_asan -O0 -pthread %s -o %t && %env_asan_opts=use_sigaltstack=0 %run not --crash %t 2>&1 | FileCheck %s +q// RUN: %clangxx_asan -O0 -pthread %s -o %t && %env_asan_opts=use_sigaltstack=0 %run not --crash %t 2>&1 | FileCheck %s // Check that fake stack does not discard frames on the main stack, when GC is // triggered from high alt stack. +// FIXME: Investigate. +// UNSUPPORTED: android + #include <algorithm> #include <assert.h> #include <csignal> _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits