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
+ 0
1
@@ -831,7 +831,6 @@ impl PassManager {
let mut nvcc_process = Command::new("nvcc")
.arg("-c")
.arg("-O3")
.arg("-march=native")
.arg("-diag-suppress")
.arg("177")
.arg("-o")
Loading