K 10 svn:author V 3 dim K 8 svn:date V 27 2021-12-25T12:03:49.091812Z K 7 svn:log V 818 llvm BPF target: add missed source files Otherwise, linking llvm binaries with this target enabled (which is not the default) will fail with a number of undefined symbol errors: ld: error: undefined symbol: llvm::initializeBPFAdjustOptPass(llvm::PassRegistry&) ld: error: undefined symbol: llvm::initializeBPFCheckAndAdjustIRPass(llvm::PassRegistry&) ld: error: undefined symbol: llvm::createBPFCheckAndAdjustIR() ld: error: undefined symbol: llvm::createBPFAdjustOpt() ld: error: undefined symbol: llvm::BPFAdjustOptPass::run(llvm::Module&, llvm::AnalysisManager&) Reported by: Michael Dexter MFC after: 3 days (cherry picked from commit d30dc78f798adebda488d2b8e21290268d2fb501) Git Hash: 622321fa8a1feb6ce3200a29b53b9b0460d206c8 Git Author: dim@FreeBSD.org END