diff options
author | Reid Kleckner <rnk@google.com> | 2019-11-13 15:40:22 -0800 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2019-11-13 15:43:54 -0800 |
commit | bfe663ce22db6697459510ae5c139da2197df56c (patch) | |
tree | 52e4f5b05842cd39879c51657efe88d3c0130cac /llvm/lib/CodeGen/MachineModuleInfo.cpp | |
parent | 33c3e0b96c14e5986fec778625c1e2a37b452956 (diff) | |
download | bcm5719-llvm-bfe663ce22db6697459510ae5c139da2197df56c.tar.gz bcm5719-llvm-bfe663ce22db6697459510ae5c139da2197df56c.zip |
Revert a hunk from 9634064cfa1b9bf7b7
This causes errors when building LLDB because the Windows implementation
doesn't implement this method:
C:\src\llvm-project\lldb\source\Plugins\ScriptInterpreter\Python\ScriptInterpreterPython.cpp(915,19): error: allocating an object of abstract class type 'lldb_private::ConnectionGenericFile'
new ConnectionGenericFile(read_file, true));
^
C:\src\llvm-project\lldb\include\lldb/Utility/Connection.h(174,28): note: unimplemented pure virtual method 'GetReadObject' in 'ConnectionGenericFile'
virtual lldb::IOObjectSP GetReadObject() = 0;
^
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfo.cpp')
0 files changed, 0 insertions, 0 deletions