[all-commits] [llvm/llvm-project] 18014f: [libcxx][hwasan] Add basic HWAddress support
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Sat Aug 13 00:05:17 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 18014fe0a9bf41775e377db7a4214a159f79f257
https://github.com/llvm/llvm-project/commit/18014fe0a9bf41775e377db7a4214a159f79f257
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2022-08-13 (Sat, 13 Aug 2022)
Changed paths:
M libcxx/CMakeLists.txt
M libcxx/utils/libcxx/test/params.py
Log Message:
-----------
[libcxx][hwasan] Add basic HWAddress support
Commit: cd269daf25016f7115424a51ab5e7977a80e072d
https://github.com/llvm/llvm-project/commit/cd269daf25016f7115424a51ab5e7977a80e072d
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2022-08-13 (Sat, 13 Aug 2022)
Changed paths:
M compiler-rt/test/asan/TestCases/use-after-scope-capture.cpp
M compiler-rt/test/asan/TestCases/use-after-scope-conversion.cpp
M compiler-rt/test/asan/TestCases/use-after-scope-dtor-order.cpp
M compiler-rt/test/asan/TestCases/use-after-scope-goto.cpp
M compiler-rt/test/asan/TestCases/use-after-scope-if.cpp
M compiler-rt/test/asan/TestCases/use-after-scope-inlined.cpp
M compiler-rt/test/asan/TestCases/use-after-scope-loop-bug.cpp
M compiler-rt/test/asan/TestCases/use-after-scope-loop-removed.cpp
M compiler-rt/test/asan/TestCases/use-after-scope-loop.cpp
M compiler-rt/test/asan/TestCases/use-after-scope-nobug.cpp
M compiler-rt/test/asan/TestCases/use-after-scope-temp.cpp
M compiler-rt/test/asan/TestCases/use-after-scope-temp2.cpp
M compiler-rt/test/asan/TestCases/use-after-scope-types.cpp
M compiler-rt/test/asan/TestCases/use-after-scope.cpp
M llvm/cmake/modules/HandleLLVMOptions.cmake
Log Message:
-----------
[test][asan] Remove -fsanitize-address-use-after-scope
It's enabled by default in D31479.
Commit: c34b0720cab825b91202d463813d71c256d52143
https://github.com/llvm/llvm-project/commit/c34b0720cab825b91202d463813d71c256d52143
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2022-08-13 (Sat, 13 Aug 2022)
Changed paths:
M compiler-rt/test/sanitizer_common/TestCases/Linux/protoent.cpp
Log Message:
-----------
[test][sanitizer] Fix REQUIRES in the test
Compare: https://github.com/llvm/llvm-project/compare/30f9e6ebd30b...c34b0720cab8
More information about the All-commits
mailing list