File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# The LLVM Compiler Infrastructure modified to support Berkley Packet Filter modules written in Rust
2
2
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 )
4
4
5
5
---
6
6
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ RelType BPF::getDynRel(RelType type) const {
64
64
// the symbol isn't preemptible, we emit a _RELATIVE relocation instead
65
65
// and skip emitting the symbol.
66
66
//
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
68
68
return R_BPF_64_64;
69
69
default :
70
70
return type;
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ RelType SBF::getDynRel(RelType type) const {
64
64
// the symbol isn't preemptible, we emit a _RELATIVE relocation instead
65
65
// and skip emitting the symbol.
66
66
//
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
68
68
return R_SBF_64_64;
69
69
default :
70
70
return type;
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ bool BPFAsmPrinter::doInitialization(Module &M) {
60
60
AsmPrinter::doInitialization (M);
61
61
62
62
// 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
64
64
if (MAI->doesSupportDebugInformation () && !M.debug_compile_units ().empty () &&
65
65
!TM.getMCSubtargetInfo ()->hasFeature (BPF::FeatureSolana) && TM.getTargetTriple ().getArch () != Triple::sbf) {
66
66
BTF = new BTFDebug (this );
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ bool SBFAsmPrinter::doInitialization(Module &M) {
65
65
66
66
// Only emit BTF when debuginfo available.
67
67
// Unsupported for Solana:
68
- // https://github.com/solana-labs /llvm-project/issues/37
68
+ // https://github.com/anza-xyz /llvm-project/issues/37
69
69
if (MAI->doesSupportDebugInformation () && !M.debug_compile_units ().empty () &&
70
70
SBFEnableBTFEmission) {
71
71
BTF = new BTFX::BTFDebug (this );
Original file line number Diff line number Diff line change @@ -193,4 +193,4 @@ attributes #0 = { mustprogress nofree norecurse nosync nounwind willreturn memor
193
193
194
194
!0 = !{i32 1 , !"wchar_size" , i32 4 }
195
195
!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)" }
You can’t perform that action at this time.
0 commit comments