2014-10-17 00:48:02 +02:00
|
|
|
//===- llvm_dep.go - creates LLVM dependency ------------------------------===//
|
|
|
|
//
|
2019-01-19 09:50:56 +01:00
|
|
|
// 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
|
2014-10-17 00:48:02 +02:00
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// This file ensures that the LLVM libraries are built before using the
|
|
|
|
// bindings.
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
|
|
// +build !byollvm
|
|
|
|
|
|
|
|
package llvm
|
2020-02-24 18:11:15 +01:00
|
|
|
|
|
|
|
var _ run_build_sh
|