IR: implement embedFile builtin

This commit is contained in:
Andrew Kelley
2016-12-11 00:43:23 -05:00
parent 2dd85d52cc
commit 10cea15cc3
4 changed files with 81 additions and 43 deletions

View File

@@ -1878,6 +1878,7 @@ static LLVMValueRef ir_render_instruction(CodeGen *g, IrExecutable *executable,
case IrInstructionIdCInclude:
case IrInstructionIdCDefine:
case IrInstructionIdCUndef:
case IrInstructionIdEmbedFile:
zig_unreachable();
case IrInstructionIdReturn:
return ir_render_return(g, executable, (IrInstructionReturn *)instruction);