From 82e23c2d8aaecc50793e48505e7bb8e820801b35 Mon Sep 17 00:00:00 2001 From: Manman Ren Date: Mon, 9 Dec 2013 21:04:35 +0000 Subject: Merging r196145: ------------------------------------------------------------------------ r196145 | mren | 2013-12-02 12:10:37 -0800 (Mon, 02 Dec 2013) | 5 lines Debug Info: Move the constant for Debug Info Version from Dwarf.h to Metadata.h. Suggested by Eric. Paired commit with r196144. ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_34@196820 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CodeGenModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/CodeGenModule.cpp b/lib/CodeGen/CodeGenModule.cpp index ae7983745c..792fbfce33 100644 --- a/lib/CodeGen/CodeGenModule.cpp +++ b/lib/CodeGen/CodeGenModule.cpp @@ -265,7 +265,7 @@ void CodeGenModule::Release() { // done, the bitcode linker is not going to see modules with different // version numbers. getModule().addModuleFlag(llvm::Module::Error, "Debug Info Version", - llvm::dwarf::DEBUG_INFO_VERSION); + llvm::DEBUG_METADATA_VERSION); SimplifyPersonality(); -- cgit v1.2.3