[all-commits] [llvm/llvm-project] db3852: [compiler-rt] removed memory access callback from ...
Emily Shi via All-commits
all-commits at lists.llvm.org
Thu Dec 16 13:04:01 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: db38527966c89a0cabf8703f8e5927c00ff19f23
https://github.com/llvm/llvm-project/commit/db38527966c89a0cabf8703f8e5927c00ff19f23
Author: Emily Shi <yue_shi2 at apple.com>
Date: 2021-12-16 (Thu, 16 Dec 2021)
Changed paths:
M compiler-rt/lib/asan/asan_interface.inc
M compiler-rt/test/asan/TestCases/Darwin/interface_symbols_darwin.cpp
Log Message:
-----------
[compiler-rt] removed memory access callback from asan interface for darwin
These symbols were introduced in https://reviews.llvm.org/D114558 but were not properly guarded for mac which caused downstream CI failures
Reviewed By: kubamracek, yln
Differential Revision: https://reviews.llvm.org/D115837
More information about the All-commits
mailing list