build_llvm.sh: enable to pass through arguments (#1506)

To make it simpler to specify `--project`.
This commit is contained in:
YAMAMOTO Takashi 2022-09-20 18:54:50 +09:00 committed by GitHub
parent ab3ad535ab
commit aba3707529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -3,4 +3,4 @@
# Copyright (C) 2020 Intel Corporation. All rights reserved.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
/usr/bin/env python3 ../../../build-scripts/build_llvm.py --platform android
/usr/bin/env python3 ../../../build-scripts/build_llvm.py --platform android "$@"

View File

@ -3,4 +3,4 @@
# Copyright (C) 2020 Intel Corporation. All rights reserved.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
/usr/bin/env python3 ../../../build-scripts/build_llvm.py --platform darwin
/usr/bin/env python3 ../../../build-scripts/build_llvm.py --platform darwin "$@"

View File

@ -3,4 +3,4 @@
# Copyright (C) 2020 Intel Corporation. All rights reserved.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
/usr/bin/env python3 ../../../build-scripts/build_llvm.py
/usr/bin/env python3 ../../../build-scripts/build_llvm.py "$@"

View File

@ -3,4 +3,4 @@
# Copyright (C) 2020 Intel Corporation. All rights reserved.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
/usr/bin/env python3 ../build-scripts/build_llvm.py
/usr/bin/env python3 ../build-scripts/build_llvm.py "$@"

View File

@ -3,4 +3,4 @@
# Copyright (C) 2020 Intel Corporation. All rights reserved.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
/usr/bin/env python3 ../build-scripts/build_llvm.py --platform arc
/usr/bin/env python3 ../build-scripts/build_llvm.py --platform arc "$@"

View File

@ -3,4 +3,4 @@
# Copyright (C) 2020 Intel Corporation. All rights reserved.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
/usr/bin/env python3 ../build-scripts/build_llvm.py --platform xtensa
/usr/bin/env python3 ../build-scripts/build_llvm.py --platform xtensa "$@"