about summary refs log tree commit diff
path: root/src/librustc_llvm
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-10-23 00:59:14 -0700
committerAlex Crichton <alex@alexcrichton.com>2018-10-23 00:59:14 -0700
commit086f5a55be73dff71ce5d93f16cdf5652d833090 (patch)
treeda23072131ac5e092d2142a8797622eaebf8f929 /src/librustc_llvm
parentd570b36cd9dd0a3c1b94e6fc4004ee5557140d31 (diff)
downloadrust-086f5a55be73dff71ce5d93f16cdf5652d833090.tar.gz
rust-086f5a55be73dff71ce5d93f16cdf5652d833090.zip
Revert "rustc: Fix (again) simd vectors by-val in ABI"
This reverts commit 3cc8f738d4247a9b475d8e074b621e602ac2b7be.
Diffstat (limited to 'src/librustc_llvm')
-rw-r--r--src/librustc_llvm/build.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/librustc_llvm/build.rs b/src/librustc_llvm/build.rs
index ad5db19839e..7d01ed556c8 100644
--- a/src/librustc_llvm/build.rs
+++ b/src/librustc_llvm/build.rs
@@ -162,9 +162,7 @@ fn main() {
     }
 
     build_helper::rerun_if_changed_anything_in_dir(Path::new("../rustllvm"));
-    cfg
-       .file("../rustllvm/DemoteSimd.cpp")
-       .file("../rustllvm/PassWrapper.cpp")
+    cfg.file("../rustllvm/PassWrapper.cpp")
        .file("../rustllvm/RustWrapper.cpp")
        .file("../rustllvm/ArchiveWrapper.cpp")
        .file("../rustllvm/Linker.cpp")