since crti is required for functional static initialization.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/Driver/aix-ld.c | ||
---|---|---|
16 | There should be checks for not having crti*.o on the C invocations (at least insofar as we decided that we were going to have checks for not having -lc++). | |
321 | I think this is right but is worth noting. The dynamic initialization/finalization functionality is of a more fundamental nature. |
There should be checks for not having crti*.o on the C invocations (at least insofar as we decided that we were going to have checks for not having -lc++).