diff options
Diffstat (limited to 'contrib/llvm-project/llvm/lib/Object/WindowsResource.cpp')
| -rw-r--r-- | contrib/llvm-project/llvm/lib/Object/WindowsResource.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/llvm/lib/Object/WindowsResource.cpp b/contrib/llvm-project/llvm/lib/Object/WindowsResource.cpp index 0764dc8f7523..61ca49e290da 100644 --- a/contrib/llvm-project/llvm/lib/Object/WindowsResource.cpp +++ b/contrib/llvm-project/llvm/lib/Object/WindowsResource.cpp @@ -50,7 +50,7 @@ WindowsResource::WindowsResource(MemoryBufferRef Source)      : Binary(Binary::ID_WinRes, Source) {    size_t LeadingSize = WIN_RES_MAGIC_SIZE + WIN_RES_NULL_ENTRY_SIZE;    BBS = BinaryByteStream(Data.getBuffer().drop_front(LeadingSize), -                         support::little); +                         llvm::endianness::little);  }  // static  | 
