Found that these were missing when attempting to use hwasan on Fuchsia, which uses these C++17 constructs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D99368
[compiler-rt][hwasan] Add C++17 new/delete operators with alignment ClosedPublic Authored by leonardchan on Mar 25 2021, 12:24 PM.
Details Summary Found that these were missing when attempting to use hwasan on Fuchsia, which uses these C++17 constructs.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 8 2021, 2:19 PM This revision was landed with ongoing or failed builds.Apr 8 2021, 3:45 PM Closed by commit rGa7b51d8a4fc8: [compiler-rt][hwasan] Add C++17 new/delete operators with alignment (authored by leonardchan). · Explain Why This revision was automatically updated to reflect the committed changes. leonardchan marked an inline comment as done.
Revision Contents
Diff 336247 compiler-rt/lib/hwasan/hwasan_new_delete.cpp
|
missing space before NOEXCEPT?