[all-commits] [llvm/llvm-project] e8fb4e: [AIX][clang][driver] Make sure crti[_64].o is link...
David Tenty via All-commits
all-commits at lists.llvm.org
Tue Sep 22 06:55:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e8fb4eba4fb6cbda661080d76059f2b130df5020
https://github.com/llvm/llvm-project/commit/e8fb4eba4fb6cbda661080d76059f2b130df5020
Author: David Tenty <daltenty at ibm.com>
Date: 2020-09-22 (Tue, 22 Sep 2020)
Changed paths:
M clang/lib/Driver/ToolChains/AIX.cpp
M clang/test/Driver/aix-ld.c
Log Message:
-----------
[AIX][clang][driver] Make sure crti[_64].o is linked in C++ mode
since crti is required for functional static initialization.
Reviewed By: hubert.reinterpretcast
Differential Revision: https://reviews.llvm.org/D87927
More information about the All-commits
mailing list