Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

llvm_5: 5.0.1 -> 5.0.2 #40875

Closed
wants to merge 1 commit into from
Closed

Conversation

Synthetica9
Copy link
Member

Motivation for this change

https://lists.llvm.org/pipermail/llvm-announce/2018-May/000078.html

5.0.2 is API and ABI compatible with 5.0.0 and 5.0.1 and includes
mitigations for CVE-2017-5715 (Spectre Variant 2) for X86 and MIPS.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@xeji
Copy link
Contributor

xeji commented May 21, 2018

Duplicate of #39979 which was merged to staging and will eventually appear in master.

@xeji xeji closed this May 21, 2018
@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: llvm_5

Partial log (click to expand)

/nix/store/lz8mfyd61sjp1z8gqalhjr3gyxr95blj-llvm-5.0.2-python/share/opt-viewer/opt-stats.py: interpreter directive changed from "/usr/bin/env python2.7" to "/nix/store/vhz9s1dzzbndz032dysnixj8mxyfl30s-python-2.7.14/bin/python2.7"
/nix/store/lz8mfyd61sjp1z8gqalhjr3gyxr95blj-llvm-5.0.2-python/share/opt-viewer/opt-diff.py: interpreter directive changed from "/usr/bin/env python2.7" to "/nix/store/vhz9s1dzzbndz032dysnixj8mxyfl30s-python-2.7.14/bin/python2.7"
checking for references to /build in /nix/store/lz8mfyd61sjp1z8gqalhjr3gyxr95blj-llvm-5.0.2-python...
shrinking RPATHs of ELF executables and libraries in /nix/store/94vpmwh35pa0c8bia72p9d5shgzy6rn3-llvm-5.0.2-lib
shrinking /nix/store/94vpmwh35pa0c8bia72p9d5shgzy6rn3-llvm-5.0.2-lib/lib/libLLVM-5.0.so
strip is /nix/store/jk6j4lh9v5mvjdbdc35sj0zffhhf6s56-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/94vpmwh35pa0c8bia72p9d5shgzy6rn3-llvm-5.0.2-lib/lib
patching script interpreter paths in /nix/store/94vpmwh35pa0c8bia72p9d5shgzy6rn3-llvm-5.0.2-lib
checking for references to /build in /nix/store/94vpmwh35pa0c8bia72p9d5shgzy6rn3-llvm-5.0.2-lib...
/nix/store/j0shb5byalhjb63gy984l1y7h4i6453m-llvm-5.0.2

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: llvm_5

Partial log (click to expand)

/nix/store/1q4hxdy0iwrdzd9mhdi77zi4fajdxqrk-llvm-5.0.2-python/share/opt-viewer/opt-stats.py: interpreter directive changed from "/usr/bin/env python2.7" to "/nix/store/l9j2jsc9flrbmpf799nw9wdq59gpwms8-python-2.7.14/bin/python2.7"
/nix/store/1q4hxdy0iwrdzd9mhdi77zi4fajdxqrk-llvm-5.0.2-python/share/opt-viewer/opt-viewer.py: interpreter directive changed from "/usr/bin/env python2.7" to "/nix/store/l9j2jsc9flrbmpf799nw9wdq59gpwms8-python-2.7.14/bin/python2.7"
/nix/store/1q4hxdy0iwrdzd9mhdi77zi4fajdxqrk-llvm-5.0.2-python/share/opt-viewer/optrecord.py: interpreter directive changed from "/usr/bin/env python2.7" to "/nix/store/l9j2jsc9flrbmpf799nw9wdq59gpwms8-python-2.7.14/bin/python2.7"
checking for references to /build in /nix/store/1q4hxdy0iwrdzd9mhdi77zi4fajdxqrk-llvm-5.0.2-python...
shrinking RPATHs of ELF executables and libraries in /nix/store/z4ycndahahwxy2r380v143lrqsn9pisl-llvm-5.0.2-lib
shrinking /nix/store/z4ycndahahwxy2r380v143lrqsn9pisl-llvm-5.0.2-lib/lib/libLLVM-5.0.so
strip is /nix/store/j75dgadrff2d1fyc4fczmcgqkid2imdx-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/z4ycndahahwxy2r380v143lrqsn9pisl-llvm-5.0.2-lib/lib
patching script interpreter paths in /nix/store/z4ycndahahwxy2r380v143lrqsn9pisl-llvm-5.0.2-lib
checking for references to /build in /nix/store/z4ycndahahwxy2r380v143lrqsn9pisl-llvm-5.0.2-lib...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants