Skip to content
Snippets Groups Projects
Commit e45db981 authored by NAKAMURA Takumi's avatar NAKAMURA Takumi
Browse files

include/clang/Config/config.h.cmake: Reorder and reword to follow (generated)...

include/clang/Config/config.h.cmake: Reorder and reword to follow (generated) llvm/Config/config.h.in.

llvm-svn: 137415
parent 91ea5114
No related branches found
No related tags found
No related merge requests found
/* Bug report URL. */
#define BUG_REPORT_URL "${BUG_REPORT_URL}"
/* Relative directory for resource files */ /* Relative directory for resource files */
#define CLANG_RESOURCE_DIR "${CLANG_RESOURCE_DIR}" #define CLANG_RESOURCE_DIR "${CLANG_RESOURCE_DIR}"
...@@ -13,8 +16,5 @@ ...@@ -13,8 +16,5 @@
/* Directory with the libstdc++ headers. */ /* Directory with the libstdc++ headers. */
#define CXX_INCLUDE_ROOT "${CXX_INCLUDE_ROOT}" #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 C_INCLUDE_DIRS "${C_INCLUDE_DIRS}"
/* Define default bug reporting URL. */
#define BUG_REPORT_URL "${BUG_REPORT_URL}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment