NFC. Add tests to verify how the driver passes libgcc arguments to the linker
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 21697 Build 21697: arc lint + arc unit
Event Timeline
Comment Actions
I am refactoring the code that does this, in preparation for adding support for -shared-libgcc, and, after that, shared compiler-rt. These tests are to defend against mistakes in that refactoring and prepare for correct handling of the other cases.
Comment Actions
Feel free to add any tests like this that test existing behavior without review in the future. If we want to change the behavior we should probably review that though :)
-eric