]> granicus.if.org Git - clang/commitdiff
clang-cl: Parse the new /JMC flag
authorHans Wennborg <hans@hanshq.net>
Mon, 6 Aug 2018 11:34:46 +0000 (11:34 +0000)
committerHans Wennborg <hans@hanshq.net>
Mon, 6 Aug 2018 11:34:46 +0000 (11:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@339008 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Driver/CLCompatOptions.td
test/Driver/cl-options.c

index 78667851ca19c8c34c3a4d980e0e453e24616a76..92be95212a8f618d2cd2b4234bb84139d00206a5 100644 (file)
@@ -379,6 +379,7 @@ def _SLASH_GZ : CLFlag<"GZ">;
 def _SLASH_H : CLFlag<"H">;
 def _SLASH_homeparams : CLFlag<"homeparams">;
 def _SLASH_hotpatch : CLFlag<"hotpatch">;
+def _SLASH_JMC : CLFlag<"JMC">;
 def _SLASH_kernel : CLFlag<"kernel">;
 def _SLASH_LN : CLFlag<"LN">;
 def _SLASH_MP : CLJoined<"MP">;
index 9aa6ced34994d7c781ad5626a528e6fe75676812..3e2960fc471d4324b748c482285589c19f080b6f 100644 (file)
 // RUN:     /H \
 // RUN:     /homeparams \
 // RUN:     /hotpatch \
+// RUN:     /JMC \
 // RUN:     /kernel \
 // RUN:     /LN \
 // RUN:     /MP \