[PATCH] D47308: [ORC] Perform name mangling in findSymbolIn(), as done in findSymbol().
Chandler Carruth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 23 21:47:31 PDT 2018
chandlerc added a comment.
FWIW, I don't think this is really obvious / trivial enough to land w/o review by someone familiar w/ Orc and the users.
While I *suspect* the lack of mangling is jsut an oversight, it is a behavior change and might break users or should at least be thought about by someone w/ familiarity.
Until this is fixed one way or another, you should probably revert the patch that is failing bots.
Repository:
rL LLVM
https://reviews.llvm.org/D47308
More information about the llvm-commits
mailing list