forked from OSchip/llvm-project
parent
4405d5b2cc
commit
3b4ea12e14
|
@ -80,9 +80,9 @@ struct LTOCodeGenerator {
|
|||
void setTargetOptions(TargetOptions Options);
|
||||
void setDebugInfo(lto_debug_model);
|
||||
void setCodePICModel(Reloc::Model Model) { RelocModel = Model; }
|
||||
|
||||
|
||||
/// Set the file type to be emitted (assembly or object code).
|
||||
/// The default is TargetMachine::CGFT_ObjectFile.
|
||||
/// The default is TargetMachine::CGFT_ObjectFile.
|
||||
void setFileType(TargetMachine::CodeGenFileType FT) { FileType = FT; }
|
||||
|
||||
void setCpu(const char *MCpu) { this->MCpu = MCpu; }
|
||||
|
|
Loading…
Reference in New Issue