[PATCH] D41597: CMAKE: disable -mbig-obj for mingw clang asm
Martell Malone via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 7 23:33:25 PST 2018
martell updated this revision to Diff 133374.
Herald added a subscriber: cfe-commits.
Repository:
rC Clang
https://reviews.llvm.org/D41597
Files:
include/clang/Driver/Options.td
Index: include/clang/Driver/Options.td
===================================================================
--- include/clang/Driver/Options.td
+++ include/clang/Driver/Options.td
@@ -1768,6 +1768,7 @@
def masm_EQ : Joined<["-"], "masm=">, Group<m_Group>, Flags<[DriverOption]>;
def mcmodel_EQ : Joined<["-"], "mcmodel=">, Group<m_Group>;
def mimplicit_it_EQ : Joined<["-"], "mimplicit-it=">, Group<m_Group>;
+def mbig_obj : Flag<["-"], "mbig-obj">, Group<clang_ignored_m_Group>;
def mdefault_build_attributes : Joined<["-"], "mdefault-build-attributes">, Group<m_Group>;
def mno_default_build_attributes : Joined<["-"], "mno-default-build-attributes">, Group<m_Group>;
def mconstant_cfstrings : Flag<["-"], "mconstant-cfstrings">, Group<clang_ignored_m_Group>;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41597.133374.patch
Type: text/x-patch
Size: 767 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180208/987941e3/attachment-0001.bin>
More information about the cfe-commits
mailing list