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

Side by Side Diff: include/clang/Config/config.h.cmake

Issue 1547623002: Clang toolchain driver for PNaCl (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-clang.git@master
Patch Set: Review feedback addressed Created 4 years, 9 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 | include/clang/Config/config.h.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* This generated file is for internal use. Do not include it from headers. */ 1 /* This generated file is for internal use. Do not include it from headers. */
2 2
3 #ifdef CONFIG_H 3 #ifdef CONFIG_H
4 #error config.h can only be included once 4 #error config.h can only be included once
5 #else 5 #else
6 #define CONFIG_H 6 #define CONFIG_H
7 7
8 /* Bug report URL. */ 8 /* Bug report URL. */
9 #define BUG_REPORT_URL "${BUG_REPORT_URL}" 9 #define BUG_REPORT_URL "${BUG_REPORT_URL}"
10 10
11 /* Multilib suffix for libdir. */ 11 /* Multilib suffix for libdir. */
12 #define CLANG_LIBDIR_SUFFIX "${CLANG_LIBDIR_SUFFIX}" 12 #define CLANG_LIBDIR_SUFFIX "${CLANG_LIBDIR_SUFFIX}"
13 13
14 /* Relative directory for resource files */ 14 /* Relative directory for resource files */
15 #define CLANG_RESOURCE_DIR "${CLANG_RESOURCE_DIR}" 15 #define CLANG_RESOURCE_DIR "${CLANG_RESOURCE_DIR}"
16 16
17 /* Directories clang will search for headers */ 17 /* Directories clang will search for headers */
18 #define C_INCLUDE_DIRS "${C_INCLUDE_DIRS}" 18 #define C_INCLUDE_DIRS "${C_INCLUDE_DIRS}"
19 19
20 /* Default <path> to all compiler invocations for --sysroot=<path>. */ 20 /* Default <path> to all compiler invocations for --sysroot=<path>. */
21 #define DEFAULT_SYSROOT "${DEFAULT_SYSROOT}" 21 #define DEFAULT_SYSROOT "${DEFAULT_SYSROOT}"
22 22
23 /* Directory where gcc is installed. */ 23 /* Directory where gcc is installed. */
24 #define GCC_INSTALL_PREFIX "${GCC_INSTALL_PREFIX}" 24 #define GCC_INSTALL_PREFIX "${GCC_INSTALL_PREFIX}"
25 25
26 /* Define if we have libxml2 */ 26 /* Define if we have libxml2 */
27 #cmakedefine CLANG_HAVE_LIBXML ${CLANG_HAVE_LIBXML} 27 #cmakedefine CLANG_HAVE_LIBXML ${CLANG_HAVE_LIBXML}
28 28
29 /* Define to the extension used for shared libraries, say, ".so". */
30 #cmakedefine LTDL_SHLIB_EXT "${LTDL_SHLIB_EXT}"
31
29 /* The LLVM product name and version */ 32 /* The LLVM product name and version */
30 #define BACKEND_PACKAGE_STRING "${BACKEND_PACKAGE_STRING}" 33 #define BACKEND_PACKAGE_STRING "${BACKEND_PACKAGE_STRING}"
31 34
32 /* Linker version detected at compile time. */ 35 /* Linker version detected at compile time. */
33 #cmakedefine HOST_LINK_VERSION "${HOST_LINK_VERSION}" 36 #cmakedefine HOST_LINK_VERSION "${HOST_LINK_VERSION}"
34 37
35 #endif 38 #endif
OLDNEW
« no previous file with comments | « no previous file | include/clang/Config/config.h.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698