mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 00:21:03 +00:00
finishing touches of bytecode -> bitcode changes. also unbreak Windows
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37950 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -204,7 +204,7 @@ Archive::parseMemberHeader(const char*& At, const char* End, std::string* error)
|
||||
break;
|
||||
}
|
||||
|
||||
// Determine if this is a bytecode file
|
||||
// Determine if this is a bitcode file
|
||||
switch (sys::IdentifyFileType(At, 4)) {
|
||||
case sys::Bitcode_FileType:
|
||||
flags |= ArchiveMember::BitcodeFlag;
|
||||
|
Reference in New Issue
Block a user