[all-commits] [llvm/llvm-project] f4a3df: [ASan][Darwin] XFAIL test; atos does not show line...
Julian Lettner via All-commits
all-commits at lists.llvm.org
Wed Jun 22 18:38:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f4a3df18a7643cc9a0da693b078dcdb12a3fa6ab
https://github.com/llvm/llvm-project/commit/f4a3df18a7643cc9a0da693b078dcdb12a3fa6ab
Author: Julian Lettner <julian.lettner at apple.com>
Date: 2022-06-22 (Wed, 22 Jun 2022)
Changed paths:
M compiler-rt/test/asan/TestCases/global-location.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list