Commit fb4db5f6 authored by Sang Ik Lee's avatar Sang Ik Lee Committed by Robert Kimball

Rollback accidental change to CGO.RelocationModel (#2499)

parent ee5567c4
......@@ -239,7 +239,7 @@ void codegen::CompilerCore::initialize()
// CodeGen options
auto& CGO = m_compiler->getInvocation().getCodeGenOpts();
CGO.OptimizationLevel = 3;
CGO.RelocationModel = llvm::Reloc::Model::Static;
CGO.RelocationModel = "static";
// CGO.CodeModel = "medium";
CGO.ThreadModel = "posix";
CGO.FloatABI = "hard";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment