summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2017-11-20 17:24:47 +0000
committerCraig Topper <craig.topper@intel.com>2017-11-20 17:24:47 +0000
commitdc5050c4f512e5ffc45b17bbd1e671adb87548e1 (patch)
tree064e8188cc12b40ffc0209110f1978e6ead8478c /lldb/source/Plugins/ExpressionParser
parent402b431051e7cda063f38324c191d38096082c64 (diff)
downloadbcm5719-llvm-dc5050c4f512e5ffc45b17bbd1e671adb87548e1.tar.gz
bcm5719-llvm-dc5050c4f512e5ffc45b17bbd1e671adb87548e1.zip
[Expression parser] Remove logging of field that is no longer in clang's TargetOptions struct.
The Reciprocals field was moved to CodeGenOptions. I don't think lldb was really using this field so I'm just removing the mention. llvm-svn: 318664
Diffstat (limited to 'lldb/source/Plugins/ExpressionParser')
-rw-r--r--lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp b/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
index 058b9a3ad2e..6c6e4fd1171 100644
--- a/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
+++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
@@ -350,7 +350,6 @@ ClangExpressionParser::ClangExpressionParser(ExecutionContextScope *exe_scope,
LLDB_LOGV(log, "LinkerVersion: '{0}'", opts.LinkerVersion);
StringList::LogDump(log, opts.FeaturesAsWritten, "FeaturesAsWritten");
StringList::LogDump(log, opts.Features, "Features");
- StringList::LogDump(log, opts.Reciprocals, "Reciprocals");
}
// 4. Create and install the target on the compiler.
OpenPOWER on IntegriCloud