mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-23 00:20:25 +00:00
Move X86 instruction parsing into X86/AsmParser.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77384 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -196,6 +196,7 @@ static int AssembleInput(const char *ProgName) {
|
||||
OwningPtr<TargetAsmParser> TAP(GetTargetAsmParser(ProgName, Parser));
|
||||
if (!TAP)
|
||||
return 1;
|
||||
Parser.setTargetParser(*TAP.get());
|
||||
return Parser.Run();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user