This fixes PR28218. For further reference, and my analysis, please take a look at:
https://llvm.org/bugs/show_bug.cgi?id=28218
Details
Diff Detail
Event Timeline
LGTM with one last pass of reviews.
ELF/LTO.cpp | ||
---|---|---|
28 | Please make sure this builds with -DBUILD_SHARED_LIBS=ON. | |
159 | s/no asm/not an assembly symbol/ I guess? | |
163 | While are the comment lines so short? I think you can drop the "referenced": This is an undefined reference to a symbol in asm". | |
test/ELF/lto/asmundef.ll | ||
24 | Check that foo is internalized. |
Please make sure this builds with -DBUILD_SHARED_LIBS=ON.