pytorch/multipy

support Clang lld

d4l3k opened this issue · 0 comments

d4l3k commented

Right now we depend on gcc ld for packing the interpreter into the library -- this doesn't work when using lld so it would be good for us to rework this to be linker agnostic as much as possible

https://github.com/pytorch/multipy/blob/main/multipy/runtime/CMakeLists.txt#L48