diff options
| author | Eric Christopher <echristo@gmail.com> | 2014-03-12 17:14:43 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2014-03-12 17:14:43 +0000 |
| commit | 7924e0cca2f79db6762544f8774d821009922461 (patch) | |
| tree | ecc2dc42f39e9310f66338706e4d96bd2bcfb6c6 /llvm/lib | |
| parent | f404b93576154f13567ddfa50beb2420f82b6dcf (diff) | |
| download | bcm5719-llvm-7924e0cca2f79db6762544f8774d821009922461.tar.gz bcm5719-llvm-7924e0cca2f79db6762544f8774d821009922461.zip | |
Turn on hashing by default for split dwarf compile units.
llvm-svn: 203680
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<bool> UnknownLocations( static cl::opt<bool> 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<bool> GenerateGnuPubSections("generate-gnu-dwarf-pub-sections", cl::Hidden, |

