| ... | @@ -1134,6 +1134,7 @@ void ZigLLVMAddModuleDebugInfoFlag(LLVMModuleRef module) { | ... | @@ -1134,6 +1134,7 @@ void ZigLLVMAddModuleDebugInfoFlag(LLVMModuleRef module) { |
| 1134 | } | 1134 | } |
| 1135 | | 1135 | |
| 1136 | void ZigLLVMAddModuleCodeViewFlag(LLVMModuleRef module) { | 1136 | void ZigLLVMAddModuleCodeViewFlag(LLVMModuleRef module) { |
| | 1137 | unwrap(module)->addModuleFlag(Module::Warning, "Debug Info Version", DEBUG_METADATA_VERSION); |
| 1137 | unwrap(module)->addModuleFlag(Module::Warning, "CodeView", 1); | 1138 | unwrap(module)->addModuleFlag(Module::Warning, "CodeView", 1); |
| 1138 | } | 1139 | } |
| 1139 | | 1140 | |