vitalybuka added inline comments.

================
Comment at: llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:414
 
 INITIALIZE_PASS_BEGIN(
     HWAddressSanitizerLegacyPass, "hwasan",
----------------
To fix that revert you need to add 

INITIALIZE_PASS_DEPENDENCY(StackSafetyGlobalInfoWrapperPass)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105703

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to