2021-09-17 11:12:57 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# Copyright (C) 2020 Intel Corporation. All rights reserved.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
|
|
|
2022-09-20 09:54:50 +00:00
|
|
|
/usr/bin/env python3 ../../../build-scripts/build_llvm.py --platform darwin "$@"
|