MC: Add TargetMachine support for setting the value of MCRelaxAll with
-filetype=obj. llvm-svn: 104747
This commit is contained in:
@@ -212,7 +212,8 @@ FunctionSections("ffunction-sections",
|
||||
//
|
||||
|
||||
TargetMachine::TargetMachine(const Target &T)
|
||||
: TheTarget(T), AsmInfo(0) {
|
||||
: TheTarget(T), AsmInfo(0),
|
||||
MCRelaxAll(false) {
|
||||
// Typically it will be subtargets that will adjust FloatABIType from Default
|
||||
// to Soft or Hard.
|
||||
if (UseSoftFloat)
|
||||
|
||||
Reference in New Issue
Block a user