summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorAmy Huang <akhuang@google.com>2019-10-30 17:31:12 -0700
committerAmy Huang <akhuang@google.com>2019-10-30 17:31:12 -0700
commit004ed2b0d1b86d424643ffc88fce20ad8bab6804 (patch)
tree35cf8523de716a0dd8cb975f319075f0e87324ec /clang/lib/Frontend/CompilerInvocation.cpp
parent6d03890384517919a3ba7fe4c35535425f278f89 (diff)
downloadbcm5719-llvm-004ed2b0d1b86d424643ffc88fce20ad8bab6804.tar.gz
bcm5719-llvm-004ed2b0d1b86d424643ffc88fce20ad8bab6804.zip
Revert "[CodeView] Add option to disable inline line tables."
because it breaks compiler-rt tests. This reverts commit 6d03890384517919a3ba7fe4c35535425f278f89.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
-rw-r--r--clang/lib/Frontend/CompilerInvocation.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Frontend/CompilerInvocation.cpp b/clang/lib/Frontend/CompilerInvocation.cpp
index 29736d2dee1..f197a67e7a3 100644
--- a/clang/lib/Frontend/CompilerInvocation.cpp
+++ b/clang/lib/Frontend/CompilerInvocation.cpp
@@ -806,7 +806,6 @@ static bool ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, InputKind IK,
Opts.RecordCommandLine = Args.getLastArgValue(OPT_record_command_line);
Opts.MergeAllConstants = Args.hasArg(OPT_fmerge_all_constants);
Opts.NoCommon = Args.hasArg(OPT_fno_common);
- Opts.NoInlineLineTables = Args.hasArg(OPT_gno_inline_line_tables);
Opts.NoImplicitFloat = Args.hasArg(OPT_no_implicit_float);
Opts.OptimizeSize = getOptimizationLevelSize(Args);
Opts.SimplifyLibCalls = !(Args.hasArg(OPT_fno_builtin) ||
OpenPOWER on IntegriCloud