From: NAKAMURA Takumi Date: Fri, 12 Aug 2011 01:56:14 +0000 (+0000) Subject: include/clang/Config/config.h.cmake: Reorder and reword to follow (generated) llvm... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e685848689474c600a4cc4fc3930562281c784ef;p=clang include/clang/Config/config.h.cmake: Reorder and reword to follow (generated) llvm/Config/config.h.in. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137415 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Config/config.h.cmake b/include/clang/Config/config.h.cmake index c53e5eb9e7..c39932c946 100644 --- a/include/clang/Config/config.h.cmake +++ b/include/clang/Config/config.h.cmake @@ -1,3 +1,6 @@ +/* Bug report URL. */ +#define BUG_REPORT_URL "${BUG_REPORT_URL}" + /* Relative directory for resource files */ #define CLANG_RESOURCE_DIR "${CLANG_RESOURCE_DIR}" @@ -13,8 +16,5 @@ /* Directory with the libstdc++ headers. */ #define CXX_INCLUDE_ROOT "${CXX_INCLUDE_ROOT}" -/* Directories clang will search for headers. */ +/* Directories clang will search for headers */ #define C_INCLUDE_DIRS "${C_INCLUDE_DIRS}" - -/* Define default bug reporting URL. */ -#define BUG_REPORT_URL "${BUG_REPORT_URL}"