[clang] [z/OS] Set the default arch for z/OS to be arch10 (PR #89854)
Sean Perry via cfe-commits
cfe-commits at lists.llvm.org
Thu May 23 07:05:29 PDT 2024
================
@@ -11,6 +11,8 @@
//
//===----------------------------------------------------------------------===//
+#include "clang/Config/config.h"
----------------
perry-ca wrote:
That was my preference too except clang/Config/config.h has a clause that it can only be included once and will generate an error if it is included a second time.
https://github.com/llvm/llvm-project/pull/89854
More information about the cfe-commits
mailing list