[PATCH] D57163: [DebugInfo][DAG] PR40427: Avoid accidentally re-ordering DBG_VALUEs due to assumptions about inst creation

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 29 00:43:51 PST 2019


jmorse added a comment.

Hi Roger

In D57163#1375031 <https://reviews.llvm.org/D57163#1375031>, @rogfer01 wrote:

> @jmorse `pr40427.ll` uses x86-specific bits in the `CHECK` lines and is causing failures in builds that do not target by default x86 (e.g. http://lab.llvm.org:8011/builders/clang-ppc64le-linux-lnt/builds/16847 )


Hopefully fixed in r352460, sorry for the bother and thanks for the heads-up. I'd incorrectly assumed being in the X86 directory was a sufficient filter.

Curiously I didn't get a buildbot email related to this, but that's probably because they were down for much of yesterday.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57163/new/

https://reviews.llvm.org/D57163





More information about the llvm-commits mailing list