Pull in LLVM with stack location fixes (#5732)
This commit is contained in:
@ -97,8 +97,7 @@ mod bpf {
|
||||
("solana_bpf_rust_external_spend", false),
|
||||
("solana_bpf_rust_noop", true),
|
||||
("solana_bpf_rust_panic", false),
|
||||
// ISSUE: https://github.com/solana-labs/solana/issues/5602
|
||||
// ("solana_bpf_rust_stack_bug", true),
|
||||
("solana_bpf_rust_param_passing", true),
|
||||
];
|
||||
for program in programs.iter() {
|
||||
let filename = create_bpf_path(program.0);
|
||||
|
Reference in New Issue
Block a user