[all-commits] [llvm/llvm-project] d80ecd: [Coroutine] Rename coro-semmetric-transfer.cpp and...

Xun Li via All-commits all-commits at lists.llvm.org
Mon Oct 12 15:29:33 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d80ecdf27faf2c45a4264064ddfd5c4524dadce4
      https://github.com/llvm/llvm-project/commit/d80ecdf27faf2c45a4264064ddfd5c4524dadce4
  Author: Xun Li <xun at fb.com>
  Date:   2020-10-12 (Mon, 12 Oct 2020)

  Changed paths:
    R clang/test/CodeGenCoroutines/coro-semmetric-transfer.cpp
    A clang/test/CodeGenCoroutines/coro-symmetric-transfer.cpp

  Log Message:
  -----------
  [Coroutine] Rename coro-semmetric-transfer.cpp and possibly fix test failure

Some tests start to fail after https://reviews.llvm.org/D89066.
It's because the size of pointers are different on different targets.
Limit the target in the command so there is no confusion.
Also noticed I had typo in the test name.
Adding disable-llvm-passes option to make the test more stable as well.

Differential Revision: https://reviews.llvm.org/D89269




More information about the All-commits mailing list