diff options
| author | bors <bors@rust-lang.org> | 2019-07-16 23:05:06 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-07-16 23:05:06 +0000 |
| commit | 38798c6d68394874686dfa3d03e56e12a3ff3d54 (patch) | |
| tree | c945d229153d7e8d2b3ed33842f0a306d790155c /src/ci/docker | |
| parent | 07e0c3651ce2a7b326f7678e135d8d5bbbbe5d18 (diff) | |
| parent | d2c1d1bc158eb07f5df95277ba36c6259d98b050 (diff) | |
| download | rust-38798c6d68394874686dfa3d03e56e12a3ff3d54.tar.gz rust-38798c6d68394874686dfa3d03e56e12a3ff3d54.zip | |
Auto merge of #62592 - nikic:actually-update-llvm, r=alexcrichton
Update to LLVM 9 trunk Following the preparatory changes in #62474, this updates the LLVM submodule to https://github.com/rust-lang/llvm-project/tree/rustc/9.0-2019-07-12 and: * Changes the LLVM Rust bindings to account for the new SubtargetSubTypeKV. * Adjusts a codegen test for the new form of the byval attribute that takes a type. * Makes a PGO codegen test more liberal with regard to order and linkage. * Builds InstrProfilingPlatformWindows.c as part of libprofiler_builtins. * Moves registration of additional passes (in particular sanitizers) to the end of the module pass manager. * Disables LLDB on builders. r? @alexcrichton
Diffstat (limited to 'src/ci/docker')
| -rw-r--r-- | src/ci/docker/x86_64-gnu-debug/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ci/docker/x86_64-gnu-debug/Dockerfile b/src/ci/docker/x86_64-gnu-debug/Dockerfile index 3ac1d2ac90b..b2748d9c2ab 100644 --- a/src/ci/docker/x86_64-gnu-debug/Dockerfile +++ b/src/ci/docker/x86_64-gnu-debug/Dockerfile @@ -33,7 +33,6 @@ ENV RUST_CONFIGURE_ARGS \ --build=x86_64-unknown-linux-gnu \ --enable-debug \ --enable-lld \ - --enable-lldb \ --enable-optimize \ --set llvm.use-linker=lld \ --set target.x86_64-unknown-linux-gnu.linker=clang \ |
