Mercurial > hg > CbC > CbC_llvm
comparison tools/llvm-config/BuildVariables.inc.in @ 0:95c75e76d11b LLVM3.4
LLVM 3.4
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 12 Dec 2013 13:56:28 +0900 |
parents | |
children | e4204d083e25 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:95c75e76d11b |
---|---|
1 //===-- BuildVariables.inc.in - llvm-config build variables -*- C++ -*-----===// | |
2 // | |
3 // The LLVM Compiler Infrastructure | |
4 // | |
5 // This file is distributed under the University of Illinois Open Source | |
6 // License. See LICENSE.TXT for details. | |
7 // | |
8 //===----------------------------------------------------------------------===// | |
9 // | |
10 // This file is configured by the build system to define the variables | |
11 // llvm-config wants to report to the user, but which can only be determined at | |
12 // build time. | |
13 // | |
14 // The non .in variant of this file has been autogenerated by the LLVM build. Do | |
15 // not edit! | |
16 // | |
17 //===----------------------------------------------------------------------===// | |
18 | |
19 #define LLVM_SRC_ROOT "@LLVM_SRC_ROOT@" | |
20 #define LLVM_OBJ_ROOT "@LLVM_OBJ_ROOT@" | |
21 #define LLVM_CPPFLAGS "@LLVM_CPPFLAGS@" | |
22 #define LLVM_CFLAGS "@LLVM_CFLAGS@" | |
23 #define LLVM_LDFLAGS "@LLVM_LDFLAGS@" | |
24 #define LLVM_CXXFLAGS "@LLVM_CXXFLAGS@" | |
25 #define LLVM_BUILDMODE "@LLVM_BUILDMODE@" | |
26 #define LLVM_TARGETS_BUILT "@LLVM_TARGETS_BUILT@" | |
27 #define LLVM_SYSTEM_LIBS "@LLVM_SYSTEM_LIBS@" |