[all-commits] [llvm/llvm-project] a908c5: Revert "[HWASan] Use hwasan_memalign for aligned n...
Nico Weber via All-commits
all-commits at lists.llvm.org
Sat Feb 12 10:57:44 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a908c535f983bd31ab9346675ff89d34334603aa
https://github.com/llvm/llvm-project/commit/a908c535f983bd31ab9346675ff89d34334603aa
Author: Nico Weber <thakis at chromium.org>
Date: 2022-02-12 (Sat, 12 Feb 2022)
Changed paths:
M compiler-rt/lib/hwasan/hwasan_new_delete.cpp
M compiler-rt/test/hwasan/TestCases/new-test.cpp
Log Message:
-----------
Revert "[HWASan] Use hwasan_memalign for aligned new."
This reverts commit 4fb7c120fed504519d167c93ed9d920aeae46fb0.
Breaks tests on Linux were system gcc doesn't support C++17
(but gcc used to build LLVM does), see https://reviews.llvm.org/D119161
More information about the All-commits
mailing list