Skip to content

Commit 4231d8a

Browse files
Corrected the create call
1 parent 814c491 commit 4231d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/ObjectFile/XCOFF/ObjectFileXCOFF.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ bool ObjectFileXCOFF::CreateBinary() {
9595

9696
Log *log = GetLog(LLDBLog::Object);
9797

98-
auto binary = llvm::object::XCOFFObjectFile::createObjectFile(
98+
auto binary = llvm::object::ObjectFile::createObjectFile(
9999
llvm::MemoryBufferRef(toStringRef(m_data.GetData()),
100100
m_file.GetFilename().GetStringRef()),
101101
file_magic::xcoff_object_64);

0 commit comments

Comments
 (0)