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 6ce7b2f commit 0a621d3Copy full SHA for 0a621d3
compiler-rt/test/sanitizer_common/TestCases/Linux/symbolize_stack_fp.cpp
@@ -4,6 +4,9 @@
4
// RUN: llvm-readelf -S %t | FileCheck %s --check-prefix=SEC
5
// RUN: %run %t 2>&1 | FileCheck %s
6
7
+// On android %t is a wrapper python script so llvm-readelf will fail.
8
+// UNSUPPORTED: android
9
+
10
/// No .eh_frame && -g => .debug_frame
11
// SEC: .debug_frame
12
0 commit comments