Skip to content

Commit 0af9560

Browse files
committed
Fix lldb build
1 parent 163b26b commit 0af9560

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -474,20 +474,6 @@ static void ParseLangArgs(LangOptions &Opts, ArchSpec arch) {
474474
// specified, or -std is set to a conforming mode.
475475
Opts.Trigraphs = !Opts.GNUMode;
476476
Opts.CharIsSigned = arch.CharIsSignedByDefault();
477-
Opts.OptimizeSize = 0;
478-
479-
// FIXME: Eliminate this dependency.
480-
// unsigned Opt =
481-
// Args.hasArg(OPT_Os) ? 2 : getLastArgIntValue(Args, OPT_O, 0, Diags);
482-
// Opts.Optimize = Opt != 0;
483-
unsigned Opt = 0;
484-
485-
// This is the __NO_INLINE__ define, which just depends on things like the
486-
// optimization level and -fno-inline, not actually whether the backend has
487-
// inlining enabled.
488-
//
489-
// FIXME: This is affected by other options (-fno-inline).
490-
Opts.NoInlineDefine = !Opt;
491477

492478
// This is needed to allocate the extra space for the owning module
493479
// on each decl.

0 commit comments

Comments
 (0)