Similar to D116843 for Gnu.cpp
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/Driver/solaris-ld.c | ||
---|---|---|
115 | It's worth testing that there are some "-L |
clang/lib/Driver/ToolChains/Solaris.cpp | ||
---|---|---|
168 |
It appears that crtn.o should be handled in the same manner as crti.o further up in Solaris.cpp. https://blogs.oracle.com/solaris/post/new-crt-objects-or-what-are-crt-objects |
This appears to fix another bug.