diff options
| author | varkor <github@varkor.com> | 2018-03-10 12:38:41 +0000 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2018-03-10 12:38:41 +0000 |
| commit | 108c56660ae111c4e2ef68b2c413963c7f09da69 (patch) | |
| tree | fc835abb72e16c181917fb0a7ae932c59acd129c | |
| parent | 948e3a30e6ec8417bcfdb923cd414fdf8fc87795 (diff) | |
| download | rust-108c56660ae111c4e2ef68b2c413963c7f09da69.tar.gz rust-108c56660ae111c4e2ef68b2c413963c7f09da69.zip | |
Merge LLVM fix for undefined bss globals
This fixes #41315.
| m--------- | src/llvm | 0 | ||||
| -rw-r--r-- | src/rustllvm/llvm-rebuild-trigger | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/llvm b/src/llvm -Subproject 0903c72cbbc3dafcb5c88820e4a8a98c3a764cf +Subproject 6ceaaa4b0176a200e4bbd347d6a991ab6c776ed diff --git a/src/rustllvm/llvm-rebuild-trigger b/src/rustllvm/llvm-rebuild-trigger index 63af7a0d538..c4c0f1ab6e6 100644 --- a/src/rustllvm/llvm-rebuild-trigger +++ b/src/rustllvm/llvm-rebuild-trigger @@ -1,4 +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. -2018-03-06 +2018-03-10 |
