diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-08-07 09:33:23 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-10-17 00:58:46 -0500 |
commit | d9f3b70cb7fef7c93080b710388a264555a986ae (patch) | |
tree | 99a03b4638e4aac984bf5d762ce0358b3c787461 /user/clang/ppc-interp.patch | |
parent | 7298104a8699ad58226e9995ef7a8417932b2110 (diff) | |
download | packages-d9f3b70cb7fef7c93080b710388a264555a986ae.tar.gz packages-d9f3b70cb7fef7c93080b710388a264555a986ae.tar.bz2 packages-d9f3b70cb7fef7c93080b710388a264555a986ae.tar.xz packages-d9f3b70cb7fef7c93080b710388a264555a986ae.zip |
user/clang: Update to 18.1.8
Diffstat (limited to 'user/clang/ppc-interp.patch')
-rw-r--r-- | user/clang/ppc-interp.patch | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/user/clang/ppc-interp.patch b/user/clang/ppc-interp.patch index a8cb6bc90..bc2905f42 100644 --- a/user/clang/ppc-interp.patch +++ b/user/clang/ppc-interp.patch @@ -3,23 +3,20 @@ implemented in RuntimeDyld. --- clang-14.0.6.src/test/Interpreter/execute.cpp.old 2022-06-22 16:46:24.000000000 +0000 +++ clang-14.0.6.src/test/Interpreter/execute.cpp 2022-12-05 01:04:26.517960246 +0000 -@@ -1,7 +1,7 @@ - // RUN: clang-repl "int i = 10;" 'extern "C" int printf(const char*,...);' \ - // RUN: 'auto r1 = printf("i = %d\n", i);' | FileCheck --check-prefix=CHECK-DRIVER %s - // REQUIRES: host-supports-jit +@@ -1,4 +1,4 @@ -// UNSUPPORTED: system-aix +// UNSUPPORTED: system-aix, powerpc- - // CHECK-DRIVER: i = 10 - // RUN: cat %s | clang-repl | FileCheck %s - extern "C" int printf(const char *, ...); + + // clang-format off + // RUN: clang-repl "int i = 10;" 'extern "C" int printf(const char*,...);' \ --- clang-14.0.6.src/unittests/Interpreter/InterpreterTest.cpp.old 2022-06-22 16:46:24.000000000 +0000 +++ clang-14.0.6.src/unittests/Interpreter/InterpreterTest.cpp 2022-12-05 01:53:47.058187317 +0000 -@@ -205,7 +205,7 @@ +@@ -270,7 +270,7 @@ return R.getFoundDecl(); } --#ifdef _AIX -+#if defined(_AIX) || (!defined(__powerpc64__) && defined(__powerpc__)) +-#ifdef CLANG_INTERPRETER_NO_SUPPORT_EXEC ++#if defined(CLANG_INTERPRETER_NO_SUPPORT_EXEC) || (!defined(__powerpc64__) && defined(__powerpc__)) TEST(IncrementalProcessing, DISABLED_InstantiateTemplate) { #else TEST(IncrementalProcessing, InstantiateTemplate) { |