[PATCH] D57809: [build.py] Add `VCINSTALLDIR` to default variables
Aleksandr Urakov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 11 07:15:22 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL353709: [build.py] Add `-fms-compatibility-version=19` to `build.py` (authored by aleksandr.urakov, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D57809?vs=185526&id=186256#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57809/new/
https://reviews.llvm.org/D57809
Files:
lldb/trunk/lit/helper/build.py
Index: lldb/trunk/lit/helper/build.py
===================================================================
--- lldb/trunk/lit/helper/build.py
+++ lldb/trunk/lit/helper/build.py
@@ -564,6 +564,7 @@
if self.toolchain_type == 'clang-cl':
args.append('-Xclang')
args.append('-fkeep-static-consts')
+ args.append('-fms-compatibility-version=19')
args.append('/c')
args.append('/Fo' + obj)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57809.186256.patch
Type: text/x-patch
Size: 449 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190211/1027f53a/attachment.bin>
More information about the llvm-commits
mailing list