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)
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)
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits