forked from OSchip/llvm-project
Fix comment for CLANG_SYSTEMZ_DEFAULT_ARCH
Also move up, next to the other *_DEFAULT_* configurations.
This commit is contained in:
parent
6f9f4fdd5b
commit
ced99a1a63
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue