mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 21:55:39 +08:00
[ASan][Darwin] XFAIL test; atos does not show line numbers for globals
atos currently doesn't show source line numbers for global variables, so global-location.cpp is failing after we switched from ASan-specific metadata to normal symbolication. See: https://reviews.llvm.org/D127552
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
// 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
|
||||
|
||||
// CHECK: AddressSanitizer: global-buffer-overflow
|
||||
|
||||
#include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user