diff options
Diffstat (limited to 'llvm/lib/CodeGen/DwarfWriter.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/DwarfWriter.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/DwarfWriter.cpp b/llvm/lib/CodeGen/DwarfWriter.cpp index 3690f37620e..a03274c76a6 100644 --- a/llvm/lib/CodeGen/DwarfWriter.cpp +++ b/llvm/lib/CodeGen/DwarfWriter.cpp @@ -2429,7 +2429,7 @@ private:      EOL("Length of Common Information Entry");      EmitLabel("frame_common_begin", 0); -    EmitInt32(DW_CIE_ID); EOL("CIE Identifier Tag"); +    EmitInt32((int)DW_CIE_ID); EOL("CIE Identifier Tag");      EmitInt8(DW_CIE_VERSION); EOL("CIE Version");      EmitString("");  EOL("CIE Augmentation");      EmitULEB128Bytes(1); EOL("CIE Code Alignment Factor");  | 

