[PATCH] D49362: [ThinLTO] Internalize read only globals
Steven Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 12 18:07:18 PST 2018
steven_wu added a comment.
This commit causes our internal bots failed to bootstrap clang. The error we are getting is:
"gCrashRecoveryEnabled (.llvm.1401930837577591816)", referenced from:
clang::ParseAST(clang::Sema&, bool, bool) in 286.thinlto.o
I have a bit trouble to reproduce the problem but it is 100% reproducible on our bots. I suspect the issue is ThinLTO cache reuse because if I clear the cache then the link will succeed. I will update if I can reproduce and pinpoint the issue.
Repository:
rL LLVM
https://reviews.llvm.org/D49362
More information about the llvm-commits
mailing list