#!/usr/bin/env bash
#===- llvm/utils/docker/scripts/build_install_llvm.sh ---------------------===//
#
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#
#===-----------------------------------------------------------------------===//
CMAKE_ARGS=""
CMAKE_INSTALL_TARGETS=""
CLANG_INSTALL_DIR=""
while ; do
case "" in
-i|--install-target)
CMAKE_INSTALL_TARGETS=" "
;;
--to)
CLANG_INSTALL_DIR=""
;;
--)
CMAKE_ARGS=""
;;
-h|--help)
;;
*)
esac
done
if [; then
fi
if [; then
fi
CLANG_BUILD_DIR=/tmp/clang-build
# Run the build as specified in the build arguments.
# Cleanup.