[all-commits] [llvm/llvm-project] c27415: [sanitizer, test] Restore -fno-sized-deallocation c...

Fangrui Song via All-commits all-commits at lists.llvm.org
Sat Aug 10 11:02:30 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c27415ff86a617bdaaf310f6888f084bdf0705ea
      https://github.com/llvm/llvm-project/commit/c27415ff86a617bdaaf310f6888f084bdf0705ea
  Author: Fangrui Song <i at maskray.me>
  Date:   2024-08-10 (Sat, 10 Aug 2024)

  Changed paths:
    M compiler-rt/test/asan/TestCases/Linux/aligned_delete_test.cpp
    M compiler-rt/test/asan/TestCases/Linux/new_delete_mismatch.cpp
    M compiler-rt/test/hwasan/TestCases/new-test.cpp
    M compiler-rt/test/sanitizer_common/TestCases/Linux/new_delete_test.cpp
    M compiler-rt/test/scudo/aligned-new.cpp

  Log Message:
  -----------
  [sanitizer,test] Restore -fno-sized-deallocation coverage

-fsized-deallocation was recently made the default for C++17 onwards
(#90373). While here, remove unneeded -faligned-allocation.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list