Rename DescriptionString -> DataLayoutString as it matches the actual
use of the string. llvm-svn: 244178
This commit is contained in:
@@ -98,7 +98,7 @@ namespace {
|
||||
Ctx = &Context;
|
||||
|
||||
M->setTargetTriple(Ctx->getTargetInfo().getTriple().getTriple());
|
||||
M->setDataLayout(Ctx->getTargetInfo().getTargetDescription());
|
||||
M->setDataLayout(Ctx->getTargetInfo().getDataLayoutString());
|
||||
Builder.reset(new CodeGen::CodeGenModule(Context, HeaderSearchOpts,
|
||||
PreprocessorOpts, CodeGenOpts,
|
||||
*M, Diags, CoverageInfo));
|
||||
|
||||
Reference in New Issue
Block a user