[PATCH] D50621: [DebugInfo] Fix bug in LiveDebugVariables.

Hsiangkai Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 4 00:11:56 PDT 2018


HsiangKai added a comment.

@bjope: After I committed the patch to LLVM repo, it still failed in clang-ppc64be-linux-lnt buildbot.

I guess the test case should contain target triple to be filtered out by llvm-lit in other architectures.
Is it correct to add "target triple = 'x86_64-unknown-linux-gnu' " in the test case?


Repository:
  rL LLVM

https://reviews.llvm.org/D50621





More information about the llvm-commits mailing list