build_llvm.sh: enable to pass through arguments (#1506)
To make it simpler to specify `--project`.
This commit is contained in:
@ -3,4 +3,4 @@
|
|||||||
# Copyright (C) 2020 Intel Corporation. All rights reserved.
|
# Copyright (C) 2020 Intel Corporation. All rights reserved.
|
||||||
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
# 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.
|
# Copyright (C) 2020 Intel Corporation. All rights reserved.
|
||||||
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
# 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.
|
# Copyright (C) 2020 Intel Corporation. All rights reserved.
|
||||||
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
# 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.
|
# Copyright (C) 2020 Intel Corporation. All rights reserved.
|
||||||
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
# 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.
|
# Copyright (C) 2020 Intel Corporation. All rights reserved.
|
||||||
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
# 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.
|
# Copyright (C) 2020 Intel Corporation. All rights reserved.
|
||||||
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
# 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 "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user