mirror of
https://github.com/Noratrieb/rlo-issue-112061.git
synced 2026-01-14 16:35:04 +01:00
more
This commit is contained in:
parent
3e1215e870
commit
096d0e78ac
6 changed files with 44 additions and 10 deletions
7
checkllvm.sh
Executable file
7
checkllvm.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
rustc code.rs --crate-name ll -Zmir-enable-passes=-ConstProp --emit llvm-ir -Cno-prepopulate-passes --crate-type=lib
|
||||
|
||||
clang ll.ll helper.c
|
||||
|
||||
./a.out
|
||||
Loading…
Add table
Add a link
Reference in a new issue