[LinkerWrapper] Adjust placement of input files for the linker
authorJoseph Huber <jhuber6@vols.utk.edu>
Wed, 1 Feb 2023 19:48:27 +0000 (13:48 -0600)
committerJoseph Huber <jhuber6@vols.utk.edu>
Wed, 1 Feb 2023 19:49:17 +0000 (13:49 -0600)
commitfa5209ce4060f659aeb9c0e70ca4cf908c788fff
treea35d948ffc888d1f69d7b488392922cca2a6b054
parentb5be69cd6af5acacb3ddea4011c05e8e25334067
[LinkerWrapper] Adjust placement of input files for the linker

Summary:
The placement of input files can change the result of the linker. We
should put the input files earlier to avoid this.
clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp