mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 07:39:31 +00:00
Initialize PreserveAsmComments in MCTargetOptions
llvm-svn: 276905
This commit is contained in:
parent
359322393a
commit
7d9684f089
@ -17,7 +17,7 @@ MCTargetOptions::MCTargetOptions()
|
||||
MCFatalWarnings(false), MCNoWarn(false), MCSaveTempLabels(false),
|
||||
MCUseDwarfDirectory(false), MCIncrementalLinkerCompatible(false),
|
||||
ShowMCEncoding(false), ShowMCInst(false), AsmVerbose(false),
|
||||
DwarfVersion(0), ABIName() {}
|
||||
PreserveAsmComments(true), DwarfVersion(0), ABIName() {}
|
||||
|
||||
StringRef MCTargetOptions::getABIName() const {
|
||||
return ABIName;
|
||||
|
Loading…
Reference in New Issue
Block a user