Skip to content

Commit 0b9e7ba

Browse files
dmakarovLucasSte
authored andcommitted
[SOL] Update references to solana-labs redirecting them to anza-xyz
1 parent 69f0262 commit 0b9e7ba

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The LLVM Compiler Infrastructure modified to support Berkley Packet Filter modules written in Rust
22

3-
This fork of LLVM is used by [this fork of Rust](https://github.com/solana-labs/rust)
3+
This fork of LLVM is used by [this fork of Rust](https://github.com/anza-xyz/rust)
44

55
---
66

lld/ELF/Arch/BPF.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ RelType BPF::getDynRel(RelType type) const {
6464
// the symbol isn't preemptible, we emit a _RELATIVE relocation instead
6565
// and skip emitting the symbol.
6666
//
67-
// See https://github.com/solana-labs/llvm-project/blob/6b6aef5dbacef31a3c7b3a54f7f1ba54cafc7077/lld/ELF/Relocations.cpp#L1179
67+
// See https://github.com/anza-xyz/llvm-project/blob/6b6aef5dbacef31a3c7b3a54f7f1ba54cafc7077/lld/ELF/Relocations.cpp#L1179
6868
return R_BPF_64_64;
6969
default:
7070
return type;

lld/ELF/Arch/SBF.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ RelType SBF::getDynRel(RelType type) const {
6464
// the symbol isn't preemptible, we emit a _RELATIVE relocation instead
6565
// and skip emitting the symbol.
6666
//
67-
// See https://github.com/solana-labs/llvm-project/blob/6b6aef5dbacef31a3c7b3a54f7f1ba54cafc7077/lld/ELF/Relocations.cpp#L1179
67+
// See https://github.com/anza-xyz/llvm-project/blob/6b6aef5dbacef31a3c7b3a54f7f1ba54cafc7077/lld/ELF/Relocations.cpp#L1179
6868
return R_SBF_64_64;
6969
default:
7070
return type;

llvm/lib/Target/BPF/BPFAsmPrinter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ bool BPFAsmPrinter::doInitialization(Module &M) {
6060
AsmPrinter::doInitialization(M);
6161

6262
// Only emit BTF when debuginfo available.
63-
// Unsupported for Solana: https://github.com/solana-labs/llvm-project/issues/37
63+
// Unsupported for Solana: https://github.com/anza-xyz/llvm-project/issues/37
6464
if (MAI->doesSupportDebugInformation() && !M.debug_compile_units().empty() &&
6565
!TM.getMCSubtargetInfo()->hasFeature(BPF::FeatureSolana) && TM.getTargetTriple().getArch() != Triple::sbf) {
6666
BTF = new BTFDebug(this);

llvm/lib/Target/SBF/SBFAsmPrinter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ bool SBFAsmPrinter::doInitialization(Module &M) {
6565

6666
// Only emit BTF when debuginfo available.
6767
// Unsupported for Solana:
68-
// https://github.com/solana-labs/llvm-project/issues/37
68+
// https://github.com/anza-xyz/llvm-project/issues/37
6969
if (MAI->doesSupportDebugInformation() && !M.debug_compile_units().empty() &&
7070
SBFEnableBTFEmission) {
7171
BTF = new BTFX::BTFDebug(this);

llvm/test/CodeGen/SBF/pqr-class.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,4 @@ attributes #0 = { mustprogress nofree norecurse nosync nounwind willreturn memor
193193

194194
!0 = !{i32 1, !"wchar_size", i32 4}
195195
!1 = !{i32 7, !"frame-pointer", i32 2}
196-
!2 = !{!"clang version 16.0.5 (https://github.com/solana-labs/llvm-project.git abdbb6e4ef63f7b5b4ee40d2770ed0fca909c2dc)"}
196+
!2 = !{!"clang version 16.0.5 (https://github.com/anza-xyz/llvm-project.git abdbb6e4ef63f7b5b4ee40d2770ed0fca909c2dc)"}

0 commit comments

Comments
 (0)