summary refs log tree commit diff
path: root/src/rustllvm
diff options
context:
space:
mode:
authorAriel Ben-Yehuda <ariel.byd@gmail.com>2017-07-01 22:00:20 +0300
committerAriel Ben-Yehuda <ariel.byd@gmail.com>2017-07-12 14:38:49 +0300
commitecf62e4cdcbe9fe59e2e1280739d15953cc0e500 (patch)
tree087e6ce7797354edd8e4030264afe0c626669a7f /src/rustllvm
parent8bba5ad3098e3f20ab3c506e5a421df5da010df9 (diff)
downloadrust-ecf62e4cdcbe9fe59e2e1280739d15953cc0e500.tar.gz
rust-ecf62e4cdcbe9fe59e2e1280739d15953cc0e500.zip
[LLVM] Avoid losing the !nonnull attribute in SROA
This still does not work on 32-bit archs because of an LLVM limitation,
but this is only an optimization, so let's push it on 64-bit only for now.

Fixes #37945
Diffstat (limited to 'src/rustllvm')
-rw-r--r--src/rustllvm/llvm-rebuild-trigger6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/rustllvm/llvm-rebuild-trigger b/src/rustllvm/llvm-rebuild-trigger
index b2d4c113295..6b410502e49 100644
--- a/src/rustllvm/llvm-rebuild-trigger
+++ b/src/rustllvm/llvm-rebuild-trigger
@@ -1,8 +1,4 @@
 # If this file is modified, then llvm will be (optionally) cleaned and then rebuilt.
 # The actual contents of this file do not matter, but to trigger a change on the
 # build bots then the contents should be changed so git updates the mtime.
-<<<<<<< 37849a002ed91ac2b80aeb2172364b4e19250e05
-2017-06-27
-=======
-2017-06-26
->>>>>>> rustc: Implement the #[global_allocator] attribute
+2017-07-12