forked from OSchip/llvm-project
[lldb] Fix DataLayout reference after 0f1137ba79
This commit is contained in:
parent
0f1137ba79
commit
44e2247dcd
|
@ -514,7 +514,7 @@ ClangExpressionParser::ClangExpressionParser(
|
|||
LLDB_LOGF(log, "Using SIMD alignment: %d",
|
||||
target_info->getSimdDefaultAlign());
|
||||
LLDB_LOGF(log, "Target datalayout string: '%s'",
|
||||
target_info->getDataLayout().getStringRepresentation().c_str());
|
||||
target_info->getDataLayoutString());
|
||||
LLDB_LOGF(log, "Target ABI: '%s'", target_info->getABI().str().c_str());
|
||||
LLDB_LOGF(log, "Target vector alignment: %d",
|
||||
target_info->getMaxVectorAlign());
|
||||
|
|
Loading…
Reference in New Issue