0
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
1 //===-- BuildVariables.inc.in - llvm-config build variables -*- C++ -*-----===//
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
2 //
|
147
|
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
|
0
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
6 //
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
7 //===----------------------------------------------------------------------===//
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
8 //
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
9 // This file is configured by the build system to define the variables
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
10 // llvm-config wants to report to the user, but which can only be determined at
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
11 // build time.
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
12 //
|
33
|
13 // The variant of this file not ending with .in has been autogenerated by the
|
|
14 // LLVM build. Do not edit!
|
0
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
15 //
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
16 //===----------------------------------------------------------------------===//
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
17
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
18 #define LLVM_SRC_ROOT "@LLVM_SRC_ROOT@"
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
19 #define LLVM_OBJ_ROOT "@LLVM_OBJ_ROOT@"
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
20 #define LLVM_CPPFLAGS "@LLVM_CPPFLAGS@"
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
21 #define LLVM_CFLAGS "@LLVM_CFLAGS@"
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
22 #define LLVM_LDFLAGS "@LLVM_LDFLAGS@"
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
23 #define LLVM_CXXFLAGS "@LLVM_CXXFLAGS@"
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
24 #define LLVM_BUILDMODE "@LLVM_BUILDMODE@"
|
83
|
25 #define LLVM_LIBDIR_SUFFIX "@LLVM_LIBDIR_SUFFIX@"
|
0
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
26 #define LLVM_TARGETS_BUILT "@LLVM_TARGETS_BUILT@"
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
27 #define LLVM_SYSTEM_LIBS "@LLVM_SYSTEM_LIBS@"
|
95
|
28 #define LLVM_BUILD_SYSTEM "@LLVM_BUILD_SYSTEM@"
|
121
|
29 #define LLVM_HAS_RTTI @LLVM_HAS_RTTI@
|
|
30 #define LLVM_ENABLE_DYLIB @LLVM_BUILD_LLVM_DYLIB@
|
|
31 #define LLVM_LINK_DYLIB @LLVM_LINK_LLVM_DYLIB@
|
|
32 #define LLVM_ENABLE_SHARED @BUILD_SHARED_LIBS@
|
147
|
33 #define LLVM_DYLIB_COMPONENTS "@LLVM_DYLIB_COMPONENTS_expanded@"
|
100
|
34 #define LLVM_DYLIB_VERSION "@LLVM_DYLIB_VERSION@"
|
121
|
35 #define LLVM_HAS_GLOBAL_ISEL @LLVM_HAS_GLOBAL_ISEL@
|
|
36 #define LLVM_TOOLS_INSTALL_DIR "@LLVM_TOOLS_INSTALL_DIR@"
|