[PATCH] D103304: Update and improve compiler-rt tests for -mllvm -asan_use_after_return=(never|[runtime]|always).
    Vitaly Buka via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jun  1 10:26:39 PDT 2021
    
    
  
vitalybuka added inline comments.
================
Comment at: llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:2648
 
+  assert(ClUseAfterReturn != AsanDetectStackUseAfterReturnMode::Invalid);
+  Type *IntTy = Type::getInt32Ty(*C);
----------------
what we are going to do if different modules inserted the global with different values?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103304/new/
https://reviews.llvm.org/D103304
    
    
More information about the llvm-commits
mailing list