[PATCH] D24896: [safestack] Require TargetMachine to be provided.

Michael LeMay via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 5 14:34:39 PDT 2016


mlemay-intel added a comment.

The hexagon-build-02 buildbot detected failures caused by this patch: http://lab.llvm.org:8011/builders/llvm-hexagon-elf/builds/34095  The "Target machine is required" error is being reported.  I was able to reproduce those failures by building a version of LLVM that only targets Hexagon.  I'm surprised by these failures, since I would expect such a toolchain to simply report that the test is unsupported given that X86 triples are specified on the opt command lines.  I don't yet know of a good way to revise this patch to resolve those failures while still avoiding duplicating code in https://reviews.llvm.org/D19852.


Repository:
  rL LLVM

https://reviews.llvm.org/D24896





More information about the llvm-commits mailing list