From 7924e0cca2f79db6762544f8774d821009922461 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 12 Mar 2014 17:14:43 +0000 Subject: Turn on hashing by default for split dwarf compile units. llvm-svn: 203680 --- llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib') diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index a9c31ad7978..e4ec6e7e40e 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -62,7 +62,7 @@ static cl::opt UnknownLocations( static cl::opt GenerateCUHash("generate-cu-hash", cl::Hidden, cl::desc("Add the CU hash as the dwo_id."), - cl::init(false)); + cl::init(true)); static cl::opt GenerateGnuPubSections("generate-gnu-dwarf-pub-sections", cl::Hidden, -- cgit v1.2.3