Skip to content

Commit

Permalink
Disable warnings for -nostdlibinc when all compiler inputs are objects
Browse files Browse the repository at this point in the history
  • Loading branch information
theuni committed Jun 16, 2023
1 parent fed4134 commit 8624c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/Driver/Options.td
Original file line number Diff line number Diff line change
Expand Up @@ -3387,7 +3387,7 @@ def noprofilelib : Flag<["-"], "noprofilelib">;
def noseglinkedit : Flag<["-"], "noseglinkedit">;
def nostartfiles : Flag<["-"], "nostartfiles">, Group<Link_Group>;
def nostdinc : Flag<["-"], "nostdinc">, Flags<[CoreOption]>;
def nostdlibinc : Flag<["-"], "nostdlibinc">;
def nostdlibinc : Flag<["-"], "nostdlibinc">, Group<IncludePath_Group>;
def nostdincxx : Flag<["-"], "nostdinc++">, Flags<[CC1Option]>,
HelpText<"Disable standard #include directories for the C++ standard library">,
MarshallingInfoNegativeFlag<HeaderSearchOpts<"UseStandardCXXIncludes">>;
Expand Down

0 comments on commit 8624c39

Please sign in to comment.