Skip to content

Commit

Permalink
rust: Bootstrap against llvm 19
Browse files Browse the repository at this point in the history
Signed-off-by: Reilly Brogan <[email protected]>
  • Loading branch information
ReillyBrogan committed Dec 9, 2024
1 parent a62dc4f commit e9ad69d
Show file tree
Hide file tree
Showing 9 changed files with 19,949 additions and 19,945 deletions.
4 changes: 2 additions & 2 deletions packages/r/rust/abi_libs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
librustc_driver-9220f324bc6d9b44.so
libstd-d00e5728d431209e.so
librustc_driver-c3ad3f6baac434d9.so
libstd-b8f9f164b7b816b6.so
2 changes: 1 addition & 1 deletion packages/r/rust/abi_libs32
Original file line number Diff line number Diff line change
@@ -1 +1 @@
libstd-2642748b07769efd.so
libstd-6a725065d7749bff.so
35,036 changes: 17,518 additions & 17,518 deletions packages/r/rust/abi_symbols

Large diffs are not rendered by default.

3,472 changes: 1,736 additions & 1,736 deletions packages/r/rust/abi_symbols32

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/r/rust/abi_used_libs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ld-linux-x86-64.so.2
libLLVM.so.18.1
libLLVM.so.19.1
libc.so.6
libcurl.so.4
libgcc_s.so.1
Expand Down
1,245 changes: 625 additions & 620 deletions packages/r/rust/abi_used_symbols

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/r/rust/files/config.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ link-shared = true
targets = "X86"

[build]
rustc = "/usr/bin/rustc"
cargo = "/usr/bin/cargo"
#rustc = "/usr/bin/rustc"
#cargo = "/usr/bin/cargo"
docs = false
# Triggers the build of tools. Cargo, in our case.
extended = true
Expand Down
6 changes: 3 additions & 3 deletions packages/r/rust/package.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name : rust
version : 1.83.0
release : 135
release : 136
source :
- https://static.rust-lang.org/dist/rustc-1.83.0-src.tar.xz : 7b11d4242dab0921a7d54758ad3fe805153c979c144625fecde11735760f97df
- git|https://github.com/rust-lang/llvm-project.git : c54cff0e6e4d1a0d0a2df7c1ce3d96cdd554763e # rustc/18.1-2024-05-19
- git|https://github.com/rust-lang/llvm-project.git : 1268e87bdbaed0693a9d782ccd5a21e2cab2de33 # rustc/19.1-2024-12-03
license :
- Apache-2.0
- MIT
Expand All @@ -18,7 +18,7 @@ component :
- programming
libsplit : no
## Uncomment for bootstrapping
# networking : yes
networking : yes
builddeps :
- pkgconfig(libcurl)
- pkgconfig(libgit2)
Expand Down
123 changes: 61 additions & 62 deletions packages/r/rust/pspec_x86_64.xml

Large diffs are not rendered by default.

0 comments on commit e9ad69d

Please sign in to comment.