yonghong-song ac5b615197
[BPF] Remove dead code related to __bpf_trap global var (#166440)
In [1], the symbol __bpf_trap (macro BPF_TRAP) is removed if it is not
used in the code. In the discussion in [1], it is found that the branch
"if (Op.isSymbol())" is actually always false. Remove it to avoid
confusion.

  [1] https://github.com/llvm/llvm-project/pull/166003
2025-11-04 15:15:33 -08:00
..