[PATCH] D49132: Fix gcov profiling on big-endian machines

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 10 10:15:22 PDT 2018


uweigand added a comment.

This caused a build bot failure here:
http://lab.llvm.org:8011/builders/clang-x86_64-linux-abi-test/builds/28963

Apparently this file may not use C99 syntax "for (int i = ...".   I've checked in the obvious fix as r336706.


Repository:
  rL LLVM

https://reviews.llvm.org/D49132





More information about the llvm-commits mailing list