ci(llvm): add ny-llvmc object generation workflow (crate path) using hello_simple_llvm sample

This commit is contained in:
Selfhosting Dev
2025-09-17 22:25:44 +09:00
parent d992fa1d2d
commit b6ad86f087
2 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,7 @@
static box Main {
main() {
print(42)
return 0
}
}