[LinkerWrapper] Remove stripping features from the linker wrapper
authorJoseph Huber <jhuber6@vols.utk.edu>
Thu, 12 May 2022 16:39:15 +0000 (12:39 -0400)
committerJoseph Huber <jhuber6@vols.utk.edu>
Fri, 13 May 2022 00:45:49 +0000 (20:45 -0400)
commit1bfa88d0c5ad9e5ef06b770e8ca4d6d3a3aaca2d
tree9848dcf0ee82e8a54c1998c7e065214c714f41a8
parent2d7b49f389781751eac36f479b59d854664e9da5
[LinkerWrapper] Remove stripping features from the linker wrapper

Summary:
The linker wrapper previously had functionality to strip the sections
manually. We don't use this at all because this is much better done by
the linker via the `SHF_EXCLUDE` flag. This patch simply removes the
support for thi sfeature to simplify the code.
clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp