[PATCH] D116182: [ASan] Moved optimized callbacks into a separate library.

Vitaly Buka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 22 15:23:52 PST 2021


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

I suspect Driver part is going to be reverted a couple of time. Maybe extract it into a separate patch?



================
Comment at: compiler-rt/lib/asan/CMakeLists.txt:167
 
 if(APPLE)
   add_weak_symbols("asan" WEAK_SYMBOL_LINK_FLAGS)
----------------
why no changes for APPLE?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116182/new/

https://reviews.llvm.org/D116182



More information about the cfe-commits mailing list