numba / llvmlite

A lightweight LLVM python binding for writing JIT compilers
https://llvmlite.pydata.org/
BSD 2-Clause "Simplified" License
1.94k stars 321 forks source link

Remove suggestion that add_global_mapping() is unused #1005

Closed gmarkall closed 1 year ago

gmarkall commented 1 year ago

It is used in various places in Numba. The comment here forces the reader to do a little pointless investigation, so remove it.

esc commented 1 year ago

@stuartarchibald I think this is in the wrong milestone. 0.41.1 was already released on 17th Oct, so punting this to 0.42.0.

stuartarchibald commented 1 year ago

Ah yes, thanks @esc.