[PATCH] D12604: Support: Add utility functions to get MSVC/WinSDK installation paths.
David Majnemer via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 3 12:56:19 PDT 2015
majnemer added a subscriber: majnemer.
================
Comment at: lib/Support/MSVC.cpp:28-30
@@ +27,5 @@
+ // doing so requires UTF8 / UTF16 conversions similar to how we handle command
+ // line arguments. The UTF8 conversion functions are not exposed publicly
+ // from LLVM though, so in order to do this we will probably need to create
+ // a registry abstraction in LLVMSupport that is Windows only.
+ DWORD Result = 0;
----------------
Can this be fixed now that we are sinking the code into LLVM?
Repository:
rL LLVM
http://reviews.llvm.org/D12604
More information about the llvm-commits
mailing list