[llvm] [WIP] Separate Asan instrumentation in amdgpu-sw-lower-lds. (PR #134832)

Amit Kumar Pandey via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 16 09:04:38 PDT 2025


ampandey-1995 wrote:

> > But, I'm seeing undefined symbols for these calls. @b-sumner @ampandey-1995 Am I missing anything here?
> 
> You may be introducing the call after linking ockl.bc, so no definition is available.

I am also thinking the same thing. Hi @skc7 , if you check whether the module linker pass ([pass name could be different ](https://llvm.org/doxygen/LinkModules_8cpp_source.html)) is running before your pass. If it is then that's the problem.?

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


More information about the llvm-commits mailing list