[clang] [llvm] RuntimeLibcalls: Move VectorLibrary handling into TargetOptions (PR #167996)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 14 12:16:32 PST 2025


fhahn wrote:

> Fixed by #168110

Hmm, even after that one, I am seeing

```
Undefined symbols for architecture arm64:
  "llvm::TargetLibraryInfoImpl::TargetLibraryInfoImpl(llvm::Triple const&)", referenced from:
      _main in llvm-tli-checker.cpp.o
ld: symbol(s) not found for architecture arm64
```
on macOS

https://github.com/llvm/llvm-project/pull/167996


More information about the llvm-commits mailing list