[PATCH] D49033: [test-suite] Add a decorator for the lack of libstdcxx on the system.
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 6 14:04:50 PDT 2018
davide added a subscriber: stella.stamenova.
davide added a comment.
In https://reviews.llvm.org/D49033#1154767, @jasonmolenda wrote:
> Is this going to work with non-clang compilers? ('$CXX -x c++ -stdlib=libstdc++ ') I can imagine gcc supporting these same flags, but will this work on windows?
I checked and gcc supports the flags.
I'm not sure about Windows (cc: @stella.stamenova) and I don't have a machine to check I'm afraid.
FWIW, there are a bunch of other decorators with do this (pass a random flag) so we might consider fixing them all at once (if there's any need to).
Thanks!
https://reviews.llvm.org/D49033
More information about the llvm-commits
mailing list