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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to