[PATCH] D49886: [test-suite] Add pathfinder kernel from Rodinia Benchmark

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 1 13:07:04 PDT 2018


Meinersbur added a comment.

In https://reviews.llvm.org/D49886#1180459, @mstojanovic wrote:

> Can you add the Rodinia/Makefile file? It was present in the first revision r338163 <https://reviews.llvm.org/rL338163> but after it was reverted in r338166 <https://reviews.llvm.org/rL338166>, the subsequent revisions didn't add it back and it's been causing buildbot failures ever since.


@homerdin took care of it. The `Makefile` template does not seem to be prepared to include a file from another directory (`../Common/glibc_compat_rand.c`), so we opted to exclude the benchmark from the `Makefile` build.


https://reviews.llvm.org/D49886





More information about the llvm-commits mailing list