[compiler-rt] 1bdbf13 - [Sanitizer][Darwin] atos does not show line numbers for globals
Julian Lettner via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 27 14:00:51 PDT 2022
Author: Julian Lettner
Date: 2022-06-27T13:58:12-07:00
New Revision: 1bdbf137462048ba066a5dffb016f8fa70216ca6
URL: https://github.com/llvm/llvm-project/commit/1bdbf137462048ba066a5dffb016f8fa70216ca6
DIFF: https://github.com/llvm/llvm-project/commit/1bdbf137462048ba066a5dffb016f8fa70216ca6.diff
LOG: [Sanitizer][Darwin] atos does not show line numbers for globals
atos does not show line numbers for globals and will probably not
support this anytime soon. Mark test UNSUPPORTED instead of XFAIL.
Added:
Modified:
compiler-rt/test/asan/TestCases/global-location.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/asan/TestCases/global-location.cpp b/compiler-rt/test/asan/TestCases/global-location.cpp
index bc3ad2fc5e45..199b4d87ce83 100644
--- a/compiler-rt/test/asan/TestCases/global-location.cpp
+++ b/compiler-rt/test/asan/TestCases/global-location.cpp
@@ -7,8 +7,8 @@
// COFF doesn't support debuginfo for globals. For the non-debuginfo tests, see global-location-nodebug.cpp.
// XFAIL: windows-msvc
-// atos currently doesn't show source line numbers for global variables.
-// XFAIL: darwin
+// atos doesn't show source line numbers for global variables.
+// UNSUPPORTED: darwin
// CHECK: AddressSanitizer: global-buffer-overflow
More information about the llvm-commits
mailing list