Fix comment for CLANG_SYSTEMZ_DEFAULT_ARCH
authorJonas Hahnfeld <hahnjo@hahnjo.de>
Mon, 30 Mar 2020 19:36:18 +0000 (21:36 +0200)
committerJonas Hahnfeld <hahnjo@hahnjo.de>
Mon, 30 Mar 2020 19:36:18 +0000 (21:36 +0200)
Also move up, next to the other *_DEFAULT_* configurations.

clang/include/clang/Config/config.h.cmake

index a0f8b6b..26e9d5c 100644 (file)
@@ -35,6 +35,9 @@
 /* Default architecture for OpenMP offloading to Nvidia GPUs. */
 #define CLANG_OPENMP_NVPTX_DEFAULT_ARCH "${CLANG_OPENMP_NVPTX_DEFAULT_ARCH}"
 
+/* Default architecture for SystemZ. */
+#define CLANG_SYSTEMZ_DEFAULT_ARCH "${CLANG_SYSTEMZ_DEFAULT_ARCH}"
+
 /* Multilib suffix for libdir. */
 #define CLANG_LIBDIR_SUFFIX "${CLANG_LIBDIR_SUFFIX}"
 
@@ -83,7 +86,4 @@
 /* Spawn a new process clang.exe for the CC1 tool invocation, when necessary */
 #cmakedefine01 CLANG_SPAWN_CC1
 
-/* Default <path> to all compiler invocations for --sysroot=<path>. */
-#define CLANG_SYSTEMZ_DEFAULT_ARCH "${CLANG_SYSTEMZ_DEFAULT_ARCH}"
-
 #endif