Loading compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp +1 −1 Original line number Diff line number Diff line q// RUN: %clangxx_asan -O0 -pthread %s -o %t && %env_asan_opts=use_sigaltstack=0 %run not --crash %t 2>&1 | FileCheck %s // 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. Loading Loading
compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp +1 −1 Original line number Diff line number Diff line q// RUN: %clangxx_asan -O0 -pthread %s -o %t && %env_asan_opts=use_sigaltstack=0 %run not --crash %t 2>&1 | FileCheck %s // 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. Loading