Skip to content
Snippets Groups Projects

Emit align in LLVM

Merged rarbore2 requested to merge emit-align into main
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -795,6 +795,7 @@ impl PassManager {
.arg(&llvm_path)
.arg("-c")
.arg("-O3")
.arg("-ffast-math")
.arg("-march=native")
.arg("-o")
.arg(&llvm_object)
Loading