diff options
| author | Craig Topper <craig.topper@intel.com> | 2017-11-20 17:24:47 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@intel.com> | 2017-11-20 17:24:47 +0000 |
| commit | dc5050c4f512e5ffc45b17bbd1e671adb87548e1 (patch) | |
| tree | 064e8188cc12b40ffc0209110f1978e6ead8478c /lldb/source/Plugins/ExpressionParser | |
| parent | 402b431051e7cda063f38324c191d38096082c64 (diff) | |
| download | bcm5719-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.cpp | 1 |
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. |

