[PATCH] D52836: [LTO] Account for overriding lib calls via the alias attribute
Steven Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 11 12:57:29 PDT 2018
steven_wu added a comment.
You need to do a release build without assertion. Local names like parameters are dropped from IR to save space/memory.
I think you just need to check the parameter name or the implementation in your test case.
Repository:
rL LLVM
https://reviews.llvm.org/D52836
More information about the llvm-commits
mailing list