Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Side by Side Diff: tools/llvm-config/BuildVariables.inc.in

Issue 1196003003: Make `llvm-config` detect whether or not LLVM is a shared library. If it is, then only try to link … (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Review changes. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | tools/llvm-config/CMakeLists.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 //===-- BuildVariables.inc.in - llvm-config build variables -*- C++ -*-----===// 1 //===-- BuildVariables.inc.in - llvm-config build variables -*- C++ -*-----===//
2 // 2 //
3 // The LLVM Compiler Infrastructure 3 // The LLVM Compiler Infrastructure
4 // 4 //
5 // This file is distributed under the University of Illinois Open Source 5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details. 6 // License. See LICENSE.TXT for details.
7 // 7 //
8 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===//
9 // 9 //
10 // This file is configured by the build system to define the variables 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 11 // llvm-config wants to report to the user, but which can only be determined at
12 // build time. 12 // build time.
13 // 13 //
14 // The variant of this file not ending with .in has been autogenerated by the 14 // The variant of this file not ending with .in has been autogenerated by the
15 // LLVM build. Do not edit! 15 // LLVM build. Do not edit!
16 // 16 //
17 //===----------------------------------------------------------------------===// 17 //===----------------------------------------------------------------------===//
18 18
19 #define LLVM_SRC_ROOT "@LLVM_SRC_ROOT@" 19 #define LLVM_SRC_ROOT "@LLVM_SRC_ROOT@"
20 #define LLVM_OBJ_ROOT "@LLVM_OBJ_ROOT@" 20 #define LLVM_OBJ_ROOT "@LLVM_OBJ_ROOT@"
21 #define LLVM_CPPFLAGS "@LLVM_CPPFLAGS@" 21 #define LLVM_CPPFLAGS "@LLVM_CPPFLAGS@"
22 #define LLVM_CFLAGS "@LLVM_CFLAGS@" 22 #define LLVM_CFLAGS "@LLVM_CFLAGS@"
23 #define LLVM_LDFLAGS "@LLVM_LDFLAGS@" 23 #define LLVM_LDFLAGS "@LLVM_LDFLAGS@"
24 #define LLVM_CXXFLAGS "@LLVM_CXXFLAGS@" 24 #define LLVM_CXXFLAGS "@LLVM_CXXFLAGS@"
25 #define LLVM_BUILDMODE "@LLVM_BUILDMODE@" 25 #define LLVM_BUILDMODE "@LLVM_BUILDMODE@"
26 #define LLVM_LIBDIR_SUFFIX "@LLVM_LIBDIR_SUFFIX@" 26 #define LLVM_LIBDIR_SUFFIX "@LLVM_LIBDIR_SUFFIX@"
27 #define LLVM_TARGETS_BUILT "@LLVM_TARGETS_BUILT@" 27 #define LLVM_TARGETS_BUILT "@LLVM_TARGETS_BUILT@"
28 #define LLVM_SYSTEM_LIBS "@LLVM_SYSTEM_LIBS@" 28 #define LLVM_SYSTEM_LIBS "@LLVM_SYSTEM_LIBS@"
29 #define BUILD_SHARED_LIBS "@BUILD_SHARED_LIBS@"
30 #define WAS_BUILT_WITH_CMAKE "@WAS_BUILT_WITH_CMAKE@"
OLDNEW
« no previous file with comments | « no previous file | tools/llvm-config/CMakeLists.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698