[all-commits] [llvm/llvm-project] 60084d: [sanitizer] Replace -mllvm -asan-use-after-return ...
    kda via All-commits 
    all-commits at lists.llvm.org
       
    Fri Jun 11 15:13:38 PDT 2021
    
    
  
  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 60084d490059719b950b5800715c3c0637218bc5
      https://github.com/llvm/llvm-project/commit/60084d490059719b950b5800715c3c0637218bc5
  Author: Kevin Athey <kda at google.com>
  Date:   2021-06-11 (Fri, 11 Jun 2021)
  Changed paths:
    M compiler-rt/test/asan/TestCases/Linux/uar_signals.cpp
    M compiler-rt/test/asan/TestCases/Posix/stack-use-after-return.cpp
    M compiler-rt/test/asan/TestCases/Windows/dll_stack_use_after_return.cpp
    M compiler-rt/test/asan/TestCases/Windows/stack_use_after_return.cpp
    M compiler-rt/test/asan/TestCases/heavy_uar_test.cpp
    M compiler-rt/test/asan/TestCases/pass-struct-byval-uar.cpp
    M compiler-rt/test/asan/TestCases/scariness_score_test.cpp
    M compiler-rt/test/asan/TestCases/uar_and_exceptions.cpp
  Log Message:
  -----------
  [sanitizer] Replace -mllvm -asan-use-after-return in compile-rt tests with -fsanitize-address-use-after-return (NFC)
for issue: https://github.com/google/sanitizers/issues/1394
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D104146
    
    
More information about the All-commits
mailing list