mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-17 04:24:00 +00:00
Remove the UseCFI option from createAsmStreamer.
We were already always passing true, this just removes the option. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208205 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -455,9 +455,8 @@ int main(int argc, char **argv) {
|
||||
MAB = TheTarget->createMCAsmBackend(*MRI, TripleName, MCPU);
|
||||
}
|
||||
Str.reset(TheTarget->createAsmStreamer(Ctx, FOS, /*asmverbose*/ true,
|
||||
/*UseCFI*/ true,
|
||||
/*useDwarfDirectory*/
|
||||
true, IP, CE, MAB, ShowInst));
|
||||
/*useDwarfDirectory*/ true, IP, CE,
|
||||
MAB, ShowInst));
|
||||
|
||||
} else if (FileType == OFT_Null) {
|
||||
Str.reset(createNullStreamer(Ctx));
|
||||
|
Reference in New Issue
Block a user