This function's implementation lives in libgcc, a static library, so we need
to expose it explicitly, like the other such functions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM - If you can, include the appropriate header, but you can submit either way. That's extremely minor.
lib/ExecutionEngine/RTDyldMemoryManager.cpp | ||
---|---|---|
215 ↗ | (On Diff #17658) | Why do we need to forward declare this function, but not the other glibc functions used in getSymbolAddressInProccess? Is there a header we could include instead? |
lib/ExecutionEngine/RTDyldMemoryManager.cpp | ||
---|---|---|
215 ↗ | (On Diff #17658) | This function has a non-standard calling convention, so as far as I know there is no header we can include. |