mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Fix thinko.
llvm-svn: 189279
This commit is contained in:
parent
b5dae7e207
commit
2ad50e72ed
@ -210,7 +210,7 @@ DwarfDebug::DwarfDebug(AsmPrinter *A, Module *M)
|
||||
if (DwarfAccelTables == Default)
|
||||
HasDwarfAccelTables = IsDarwin;
|
||||
else
|
||||
HasDwarfAccelTables = DwarfAccelTables = Enable;
|
||||
HasDwarfAccelTables = DwarfAccelTables == Enable;
|
||||
|
||||
if (SplitDwarf == Default)
|
||||
HasSplitDwarf = false;
|
||||
|
Loading…
Reference in New Issue
Block a user