[PATCH] D147687: [compiler-rt] [test] Use %clangxx for tests that use -x c++
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 11 15:55:03 PDT 2023
MaskRay added a comment.
The change `%clangxx` makes sense but I am curious how `%clang -x c++` broke only in mingw mode.
`ubsan_type_hash_win.cpp` is referenced by `ubsan_handlers_cxx.cpp`. Any idea how `%clang -x c++` invocations extract the archive member corresponding to `ubsan_handlers_cxx.cpp` in mingw mode? AIUI `ubsan_handlers_cxx.cpp` is for some C++ specific `-fsanitize=` modes, which are unrelated to the modes used by these tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147687/new/
https://reviews.llvm.org/D147687
More information about the llvm-commits
mailing list