Commit 5a206ab
authored
Add libextension_memory_allocator.a to executorch_llm Apple framework (#19200)
### Summary
PR #15730 added a dependency from extension/llm/runner on
extension::CPUCachingAllocator (defined in
libextension_memory_allocator.a) but did not update
scripts/build_apple_frameworks.sh, so the executorch_llm iOS framework
was missing the symbol. This caused the Benchmark Tests target to fail
with `Undefined symbols: CPUCachingAllocator(unsigned int)`, breaking
the Apple/build-benchmark-app job on trunk.
Authored with the assistance of Claude (Anthropic).
### Test plan
CI1 parent 321c029 commit 5a206ab
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
0 commit comments