kparzysz-quic commented on PR #11852:
URL: https://github.com/apache/tvm/pull/11852#issuecomment-1164782629
I'll paste the commit comment about why I deleted the cpp test:
The WASM docker has an installation of LLVM without versioned symbols, but
the default compiler uses symbol versions. The added test had a reference to
`_ZN4llvm24DisableABIBreakingChecksE@@LLVM_11`, but the LLVM library had the
unversioned symbol:
```
File: /usr/lib/llvm-11/lib/libLLVMSupport.a(ABIBreak.cpp.o)
1: 0000000000000000 4 OBJECT GLOBAL DEFAULT 2
_ZN4llvm24DisableABIBreakingChecksE
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]