build_llvm_arc.sh 236 B

1234567
  1. #!/bin/sh
  2. # Copyright (C) 2020 Intel Corporation. All rights reserved.
  3. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
  5. $SCRIPT_DIR/build_llvm.sh --platform arc "$@"