| author | |
| committer | |
| log | d789c687172166fe599d6b4cec2993f25f75989e |
| tree | 8a3bb4a8846da09e7758b20968b2fe8b1c206344 |
| parent | 56f2e5c5bc3267fa6c54d8fbc2295c5fa2a21571 |
I mistakenly thought this was supposed to only be present for Dwarf.1 files changed, 1 insertions(+), 0 deletions(-)
src/zig_llvm.cpp+1| ... | ... | @@ -1134,6 +1134,7 @@ void ZigLLVMAddModuleDebugInfoFlag(LLVMModuleRef module) { |
| 1134 | 1134 | } |
| 1135 | 1135 | |
| 1136 | 1136 | void ZigLLVMAddModuleCodeViewFlag(LLVMModuleRef module) { |
| 1137 | unwrap(module)->addModuleFlag(Module::Warning, "Debug Info Version", DEBUG_METADATA_VERSION); | |
| 1137 | 1138 | unwrap(module)->addModuleFlag(Module::Warning, "CodeView", 1); |
| 1138 | 1139 | } |
| 1139 | 1140 |