[PATCH] D28757: [scudo] Eliminate the runtime dependency on libc++abi

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 08:37:51 PST 2017


cryptoad accepted this revision.
cryptoad added a comment.
This revision is now accepted and ready to land.

Since testCPUFeature is only used once, I'm be OK with the initial way.
Initially it was used multiple times hence it being stored statically, but it's no longer the case.
@phosek you probably want to check https://reviews.llvm.org/D28574 as well.


Repository:
  rL LLVM

https://reviews.llvm.org/D28757





More information about the llvm-commits mailing list