8 lines
187 B
Bash
8 lines
187 B
Bash
|
|
#!/bin/bash
|
||
|
|
# Copyright 2021 Google LLC
|
||
|
|
#
|
||
|
|
# Use of this source code is governed by a BSD-style license that can be
|
||
|
|
# found in the LICENSE file.
|
||
|
|
|
||
|
|
external/clang_linux_amd64/bin/llvm-ar $@
|