[PATCH] D147444: [asan][test][win] Port more tests to not use clang-cl on MinGW

Alvin Wong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 13 03:21:35 PDT 2023


alvinhochun updated this revision to Diff 513150.
alvinhochun added a comment.

Use substitution to map clang-cl command and flags to clang gcc-style flags on MinGW


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147444/new/

https://reviews.llvm.org/D147444

Files:
  compiler-rt/test/asan/TestCases/Windows/crt_initializers.cpp
  compiler-rt/test/asan/TestCases/Windows/demangled_names.cpp
  compiler-rt/test/asan/TestCases/Windows/double_operator_delete.cpp
  compiler-rt/test/asan/TestCases/Windows/operator_array_new_left_oob.cpp
  compiler-rt/test/asan/TestCases/Windows/operator_array_new_right_oob.cpp
  compiler-rt/test/asan/TestCases/Windows/operator_array_new_uaf.cpp
  compiler-rt/test/asan/TestCases/Windows/operator_array_new_with_dtor_left_oob.cpp
  compiler-rt/test/asan/TestCases/Windows/sse_misalignment.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147444.513150.patch
Type: text/x-patch
Size: 12048 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230413/2f0a0b90/attachment.bin>


More information about the llvm-commits mailing list