[all-commits] [llvm/llvm-project] a1f3eb: Disable instrprof-merging.cpp on powerpc64 (D69471...
Vedant Kumar via All-commits
all-commits at lists.llvm.org
Fri Feb 28 19:03:36 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a1f3eb2085c14cc2c5291afad10a58f3719dfa35
https://github.com/llvm/llvm-project/commit/a1f3eb2085c14cc2c5291afad10a58f3719dfa35
Author: Vedant Kumar <vsk at apple.com>
Date: 2020-02-28 (Fri, 28 Feb 2020)
Changed paths:
M compiler-rt/test/profile/instrprof-merging.cpp
Log Message:
-----------
Disable instrprof-merging.cpp on powerpc64 (D69471 follow up)
An execution count goes missing for a constructor, this needs
investigation:
http://lab.llvm.org:8011/builders/clang-ppc64be-linux/builds/45132/
```
/home/buildbots/ppc64be-clang-test/clang-ppc64be/llvm/compiler-rt/test/profile/instrprof-merging.cpp:28:16:
error: V1: expected string not found in input
A() {} // V1: [[@LINE]]{{ *}}|{{ *}}1
<stdin>:28:32: note: possible intended match here
28| | A() {} // V1: [[@LINE]]{{ *}}|{{ *}}1
```
More information about the All-commits
mailing list