mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 23:15:16 +00:00
aba3707529
To make it simpler to specify `--project`.
7 lines
203 B
Bash
Executable File
7 lines
203 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# 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 "$@"
|