[all-commits] [llvm/llvm-project] 1274a0: [NFC][asan] Use more common socket type in test
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Thu Oct 14 16:48:11 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1274a07da0099048388c5949457480614a2bed8c
https://github.com/llvm/llvm-project/commit/1274a07da0099048388c5949457480614a2bed8c
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-10-14 (Thu, 14 Oct 2021)
Changed paths:
M compiler-rt/test/asan/TestCases/Posix/ioctl.cpp
Log Message:
-----------
[NFC][asan] Use more common socket type in test
Commit: 882ce178b317c565f14b0de05a2c9ee39fe78a83
https://github.com/llvm/llvm-project/commit/882ce178b317c565f14b0de05a2c9ee39fe78a83
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-10-14 (Thu, 14 Oct 2021)
Changed paths:
M compiler-rt/test/asan/TestCases/exitcode.cpp
M compiler-rt/test/asan/TestCases/use-after-scope-capture.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/lit.cfg.py
M compiler-rt/test/memprof/lit.cfg.py
Log Message:
-----------
[NFC][sanitizer] Remove %stdcxx11
-std=c++14 is a default for a while.
Reviewed By: kstoimenov
Differential Revision: https://reviews.llvm.org/D111848
Compare: https://github.com/llvm/llvm-project/compare/db8a88fef87e...882ce178b317
More information about the All-commits
mailing list