summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/CodeGenModule.cpp')
-rw-r--r--lib/CodeGen/CodeGenModule.cpp2
1 files changed, 1 insertions, 1 deletions
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();