[PATCH] D103544: [compiler-rt][Fuchsia] Disable interceptors while enabling new/delete replacements
    Roland McGrath via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Wed Jun  2 12:06:12 PDT 2021
    
    
  
mcgrathr added inline comments.
================
Comment at: compiler-rt/lib/hwasan/CMakeLists.txt:45
+if (NOT FUCHSIA)
+  append_list_if(COMPILER_RT_HWASAN_WITH_INTERCEPTORS HWASAN_WITH_INTERCEPTORS=1 HWASAN_DEFINITIONS)
+else()
----------------
It might be better to force the value of COMPILER_RT_HWASAN_WITH_INTERCEPTORS to OFF instead.
But I'll leave the cmake details to Petr.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103544/new/
https://reviews.llvm.org/D103544
    
    
More information about the cfe-commits
mailing list