[Lldb-commits] [PATCH] D69031: [LLDB] [test] Use %clang_cl instead of build.py in a few tests

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 30 08:43:26 PDT 2019


labath added a comment.

BTW, as I started working on this patch, I realized that there is a (somewhat surprising) workaround for this problem. If we change the isysroot argument to be passed as `-isysroot/foo` (instead of `-isysroot /foo`), then clang-cl will properly ignore this argument (as it already knows how to ignore most arguments). The main surprising thing here is that the argument is `-isysroot/foo` and not `--isysroot=/foo`, but maybe that could also be changed for the sake of consistency with `--sysroot`...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69031





More information about the lldb-commits mailing list