[PATCH] D49033: [test-suite] Add a decorator for the lack of libstdcxx on the system.

Stella Stamenova via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 9 10:30:25 PDT 2018


stella.stamenova added a comment.

cl (the visual studio compiler) does not support all of the flags:

  cl : Command line warning D9002 : ignoring unknown option '-x'
  cl : Command line warning D9002 : ignoring unknown option '-stdlib=libstdc++'
  cl : Command line warning D9002 : ignoring unknown option '-'


https://reviews.llvm.org/D49033





More information about the llvm-commits mailing list