Add llvm-objcopy and llvm-strip.

* They will replace GNU objcopy and strip when clang lld is used.
* Copied from build 4814505.

Bug: 80093681
Change-Id: I02ca26976b13c21efde50a1651f716ae9944570b
diff --git a/clang-r328903/bin/llvm-objcopy b/clang-r328903/bin/llvm-objcopy
new file mode 100755
index 0000000..64478f0
--- /dev/null
+++ b/clang-r328903/bin/llvm-objcopy
Binary files differ
diff --git a/clang-r328903/bin/llvm-strip b/clang-r328903/bin/llvm-strip
new file mode 120000
index 0000000..caea5a7
--- /dev/null
+++ b/clang-r328903/bin/llvm-strip
@@ -0,0 +1 @@
+llvm-objcopy
\ No newline at end of file