[Lldb-commits] [PATCH] D56904: [NativePDB] Process virtual bases in the correct order
Aleksandr Urakov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 5 02:34:34 PST 2019
aleksandr.urakov added a comment.
Thanks for the reply! It seems that after your hint I've figured it out. It's the environment variable `VCINSTALLDIR`. I've added it to the `defaultenv` list of the `_get_visual_studio_environment` function and the test passes now. What do you think about this solution?
And do I understand right, it means, that clang-cl needs MSVC installation to work with these types?
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56904/new/
https://reviews.llvm.org/D56904
More information about the lldb-commits
mailing list