Compare commits

..

No commits in common. "2ae63a4d69e801584a7d5d9242a1ac8876396317" and "69ea3ec7a0fb30efacca2768f920cee8c1679343" have entirely different histories.

7 changed files with 0 additions and 32 deletions

View File

@ -1,6 +0,0 @@
#!/usr/bin/env bash
curl -L "https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/clang+llvm-12.0.1-x86_64-linux-gnu-ubuntu-16.04.tar.xz" -o llvm-ir.tar.xz
tar xf llvm-ir.tar.xz clang+llvm-12.0.1-x86_64-linux-gnu-ubuntu-/bin --strip-components=1
rm llvm-ir.tar.xz

View File

@ -1,4 +0,0 @@
#!/usr/bin/env bash
llc "$@" -o binary.s
clang binary.s -o binary

View File

@ -1,2 +0,0 @@
#!/usr/bin/env bash
export PATH=$PWD/bin:$PATH

View File

@ -1,5 +0,0 @@
{
"language": "llvm_ir",
"version": "12.0.1",
"aliases": ["llvm", "llvm-ir", "ll"]
}

View File

@ -1,4 +0,0 @@
#!/usr/bin/env bash
shift
binary "$@"

View File

@ -1,10 +0,0 @@
@.str = private unnamed_addr constant [2 x i8] c"OK"
declare i32 @puts(i8* nocapture) nounwind
define i32 @main() {
%cast210 = getelementptr [2 x i8],[2 x i8]* @.str, i64 0, i64 0
call i32 @puts(i8* %cast210)
ret i32 0
}

View File

@ -356,7 +356,6 @@ Content-Type: application/json
`julia`, `julia`,
`kotlin`, `kotlin`,
`lisp`, `lisp`,
`llvm_ir`,
`lolcode`, `lolcode`,
`lua`, `lua`,
`nasm`, `nasm`,