mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 06:55:07 +00:00
build_llvm.sh: enable to pass through arguments (#1506)
To make it simpler to specify `--project`.
This commit is contained in:
parent
ab3ad535ab
commit
aba3707529
|
@ -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 "$@"
|
||||
|
|
|
@ -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 "$@"
|
||||
|
|
|
@ -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 "$@"
|
||||
|
|
|
@ -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 "$@"
|
||||
|
|
|
@ -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 "$@"
|
||||
|
|
|
@ -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 "$@"
|
||||
|
|
Loading…
Reference in New Issue
Block a user