mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-25 10:48:14 +00:00
Wrap to 80 columns. No behavior change.
llvm-svn: 226364
This commit is contained in:
parent
f56c85bc06
commit
b6cb695135
@ -95,7 +95,8 @@ namespace {
|
||||
|
||||
M->setTargetTriple(Ctx->getTargetInfo().getTriple().getTriple());
|
||||
M->setDataLayout(Ctx->getTargetInfo().getTargetDescription());
|
||||
TD.reset(new llvm::DataLayout(Ctx->getTargetInfo().getTargetDescription()));
|
||||
TD.reset(
|
||||
new llvm::DataLayout(Ctx->getTargetInfo().getTargetDescription()));
|
||||
Builder.reset(new CodeGen::CodeGenModule(Context, CodeGenOpts, *M, *TD,
|
||||
Diags, CoverageInfo));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user