Skip to content

Commit

Permalink
[SOL] Bump LLVM commit (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSte authored Jan 24, 2025
1 parent cdc2009 commit 750aa39
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compiler/rustc_codegen_ssa/src/back/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ pub(crate) fn create_object_file(sess: &Session) -> Option<write::Object<'static
"loongarch64" => (Architecture::LoongArch64, None),
"csky" => (Architecture::Csky, None),
"arm64ec" => (Architecture::Aarch64, Some(SubArchitecture::Arm64EC)),
"sbf" => (Architecture::Bpf, None),
"sbf" => (Architecture::Sbf, None),
// Unsupported architecture.
_ => return None,
};
Expand Down
1 change: 0 additions & 1 deletion compiler/rustc_target/src/spec/base/sbf_base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ SECTIONS
endian: Endian::Little,
env: "".into(),
executables: true,
features: "+solana".into(),
families: cvs!["solana"],
link_script: Some(linker_script.into()),
linker: Some("rust-lld".into()),
Expand Down
2 changes: 1 addition & 1 deletion src/llvm-project
Submodule llvm-project updated 121 files

0 comments on commit 750aa39

Please sign in to comment.