Skip to content

Commit

Permalink
librustc: remove outdated workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
tamird committed Apr 20, 2016
1 parent 92e3fb3 commit 2872c23
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/librustc/session/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -535,9 +535,6 @@ unsafe fn configure_llvm(sess: &Session) {
if sess.time_llvm_passes() { add("-time-passes"); }
if sess.print_llvm_passes() { add("-debug-pass=Structure"); }

// FIXME #21627 disable faulty FastISel on AArch64 (even for -O0)
if sess.target.target.arch == "aarch64" { add("-fast-isel=0"); }

for arg in &sess.opts.cg.llvm_args {
add(&(*arg));
}
Expand Down

0 comments on commit 2872c23

Please sign in to comment.