test: Add test-llvm-ir step and harness for testing generated LLVM IR.
This commit is contained in:
6
test/llvm_ir.zig
Normal file
6
test/llvm_ir.zig
Normal file
@@ -0,0 +1,6 @@
|
||||
pub fn addCases(cases: *tests.LlvmIrContext) void {
|
||||
_ = cases;
|
||||
}
|
||||
|
||||
const std = @import("std");
|
||||
const tests = @import("tests.zig");
|
||||
Reference in New Issue
Block a user