diff options
Diffstat (limited to 'clang/lib')
-rw-r--r-- | clang/lib/CodeGen/CGBuiltin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGBuiltin.cpp b/clang/lib/CodeGen/CGBuiltin.cpp index e194a5de5e4..c08478c97ca 100644 --- a/clang/lib/CodeGen/CGBuiltin.cpp +++ b/clang/lib/CodeGen/CGBuiltin.cpp @@ -962,6 +962,7 @@ static llvm::Value *dumpRecord(CodeGenFunction &CGF, QualType RType, Types[Context.DoubleTy] = "%f"; Types[Context.LongDoubleTy] = "%Lf"; Types[Context.getPointerType(Context.CharTy)] = "%s"; + Types[Context.getPointerType(Context.getConstType(Context.CharTy))] = "%s"; } for (const auto *FD : RD->fields()) { |