[PATCH] D147687: [compiler-rt] [test] Use %clangxx for tests that use -x c++
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 8 14:47:44 PDT 2023
phosek accepted this revision.
phosek added a comment.
This revision is now accepted and ready to land.
To get the equivalent behavior to invoking `clang++` with `clang` you need to use `--driver-mode=g++` in addition to `-x c++`. I'm fine with using `%clangxx` as well.
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