build_llvm_arc.sh 283 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. /usr/bin/env python3 -m pip install --user -r ../build-scripts/requirements.txt
  5. /usr/bin/env python3 ../build-scripts/build_llvm.py --platform arc "$@"