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 //
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
3 // The LLVM Compiler Infrastructure
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
4 //
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
5 // This file is distributed under the University of Illinois Open Source
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
6 // License. See LICENSE.TXT for details.
|
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 //
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
10 // This file is configured by the build system to define the variables
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
11 // 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
|
12 // build time.
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
13 //
|
33
|
14 // The variant of this file not ending with .in has been autogenerated by the
|
|
15 // LLVM build. Do not edit!
|
0
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
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
19 #define LLVM_SRC_ROOT "@LLVM_SRC_ROOT@"
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
20 #define LLVM_OBJ_ROOT "@LLVM_OBJ_ROOT@"
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
21 #define LLVM_CPPFLAGS "@LLVM_CPPFLAGS@"
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
22 #define LLVM_CFLAGS "@LLVM_CFLAGS@"
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
23 #define LLVM_LDFLAGS "@LLVM_LDFLAGS@"
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
24 #define LLVM_CXXFLAGS "@LLVM_CXXFLAGS@"
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
25 #define LLVM_BUILDMODE "@LLVM_BUILDMODE@"
|
83
|
26 #define LLVM_LIBDIR_SUFFIX "@LLVM_LIBDIR_SUFFIX@"
|
0
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
27 #define LLVM_TARGETS_BUILT "@LLVM_TARGETS_BUILT@"
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
28 #define LLVM_SYSTEM_LIBS "@LLVM_SYSTEM_LIBS@"
|
95
|
29 #define LLVM_BUILD_SYSTEM "@LLVM_BUILD_SYSTEM@"
|
100
|
30 #define LLVM_HAS_RTTI "@LLVM_HAS_RTTI@"
|
|
31 #define LLVM_ENABLE_DYLIB "@LLVM_BUILD_LLVM_DYLIB@"
|
|
32 #define LLVM_LINK_DYLIB "@LLVM_LINK_LLVM_DYLIB@"
|
|
33 #define LLVM_ENABLE_SHARED "@LLVM_ENABLE_SHARED@"
|
|
34 #define LLVM_DYLIB_COMPONENTS "@LLVM_DYLIB_COMPONENTS@"
|
|
35 #define LLVM_DYLIB_VERSION "@LLVM_DYLIB_VERSION@"
|
120
|
36 #define LLVM_HAS_GLOBAL_ISEL "@LLVM_HAS_GLOBAL_ISEL@"
|