1//===-- RuntimeLibraryVariables.inc.in - bolt build variables -*- C++ -*---===// 2// 3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4// See https://llvm.org/LICENSE.txt for license information. 5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6// 7//===----------------------------------------------------------------------===// 8// 9// This file is configured by the build system to define the runtime library 10// location. 11// 12// The variant of this file not ending with .in has been autogenerated by the 13// LLVM build. Do not edit! 14// 15//===----------------------------------------------------------------------===// 16 17#define LLVM_LIBDIR_SUFFIX "@LLVM_LIBDIR_SUFFIX@" 18