[all-commits] [llvm/llvm-project] e9bf76: [flang] Add target/triple in a test

Andrzej WarzyƄski via All-commits all-commits at lists.llvm.org
Mon Jun 13 07:04:25 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e9bf76675d8260bb4feebb12ca353b56ca7f9623
      https://github.com/llvm/llvm-project/commit/e9bf76675d8260bb4feebb12ca353b56ca7f9623
  Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
  Date:   2022-06-13 (Mon, 13 Jun 2022)

  Changed paths:
    M flang/test/Driver/input-from-stdin-llvm.ll

  Log Message:
  -----------
  [flang] Add target/triple in a test

A test added in https://reviews.llvm.org/D127207 is missing
target/triple. This has caused the PowerPC buildbot to start failing:
  * https://lab.llvm.org/buildbot/#/builders/21/builds/42860
(on PowerPC `; CHECK: ret` should be replaced with `; CHECK: `blr`).

Sending this without a review as the fix is rather straightforward. Note
that I've decided to add triple/target instead of e.g. removing:
`; CHECK: ret`. That's for consistency with other tests that generate
assembly. We could change that if that's what folks prefer.




More information about the All-commits mailing list