[all-commits] [llvm/llvm-project] 90b8fd: scudo: Fix compilation for non-Linux aarch64
Roland McGrath via All-commits
all-commits at lists.llvm.org
Tue Jan 5 13:26:24 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 90b8fd6136078127f5b792ec64745e5ae54a12a4
https://github.com/llvm/llvm-project/commit/90b8fd6136078127f5b792ec64745e5ae54a12a4
Author: Roland McGrath <mcgrathr at google.com>
Date: 2021-01-05 (Tue, 05 Jan 2021)
Changed paths:
M compiler-rt/lib/scudo/standalone/memtag.h
Log Message:
-----------
scudo: Fix compilation for non-Linux aarch64
Linux-specific aarch64 code was deconditionalized in commit
dfa40840e0e2fa094c5d3f441affe0785cdc8d09. This broke builds for
non-Linux aarch64 platforms.
Reviewed By: cryptoad
Differential Revision: https://reviews.llvm.org/D94108
More information about the All-commits
mailing list