[all-commits] [llvm/llvm-project] cc7dc9: [test] Fix const-str-array-decay.cl failure on Pow...

Sergei Barannikov via All-commits all-commits at lists.llvm.org
Mon May 15 09:57:13 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cc7dc90481d93734a56098470879189cb2e2c127
      https://github.com/llvm/llvm-project/commit/cc7dc90481d93734a56098470879189cb2e2c127
  Author: Sergei Barannikov <barannikov88 at gmail.com>
  Date:   2023-05-15 (Mon, 15 May 2023)

  Changed paths:
    M clang/test/CodeGenOpenCL/const-str-array-decay.cl

  Log Message:
  -----------
  [test] Fix const-str-array-decay.cl failure on PowerPC

D150520 converted the test to use opaque pointers. The update version
fails on PowerPC because of different return type of the function.
This patch resolves the failure by removing the return type check;
it also makes the test look more like it was before the conversion to
prevent other potential issues caused by ABI differences across targets.




More information about the All-commits mailing list