]> granicus.if.org Git - clang/commitdiff
Revert 266090, needs more testing first.
authorNico Weber <nicolasweber@gmx.de>
Tue, 12 Apr 2016 16:52:30 +0000 (16:52 +0000)
committerNico Weber <nicolasweber@gmx.de>
Tue, 12 Apr 2016 16:52:30 +0000 (16:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@266091 91177308-0d34-0410-b5e6-96231b3b80d8

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

index e5acbbef4ec1b614683c17b3e7ce477b4134180e..dadb475f43e72f2715341fbf81f17794a722fa37 100644 (file)
@@ -1681,7 +1681,7 @@ def noprebind : Flag<["-"], "noprebind">;
 def noseglinkedit : Flag<["-"], "noseglinkedit">;
 def nostartfiles : Flag<["-"], "nostartfiles">;
 def nostdinc : Flag<["-"], "nostdinc">;
-def nostdlibinc : Flag<["-"], "nostdlibinc">, Flags<[CoreOption]>;
+def nostdlibinc : Flag<["-"], "nostdlibinc">;
 def nostdincxx : Flag<["-"], "nostdinc++">, Flags<[CC1Option]>,
   HelpText<"Disable standard #include directories for the C++ standard library">;
 def nostdlib : Flag<["-"], "nostdlib">;
index e826a30d179d1bf6915d1913f9973bfe49cfbca0..c9e857332d7d892917f5b772f4271b3c77efd40d 100644 (file)
 // RUN:     -fno-ms-extensions \
 // RUN:     -isystem=some/path \
 // RUN:     -mllvm -disable-llvm-optzns \
-// RUN:     -nostdlibinc \
 // RUN:     -Wunused-variable \
 // RUN:     -fmacro-backtrace-limit=0 \
 // RUN:     -Werror /Zs -- %s 2>&1