mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 21:56:05 +00:00

The assertions were assuming that the linker will not ask to preserve a global that is internal or available_externally, as it does not really make sense. In practice this break the bootstrap of clang, I degrade to a warning for now. From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 268671