[PATCH] D69257: Outline non returning functions unless a longjmp

Aditya Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 4 08:39:49 PDT 2020


hiraditya added a comment.

The error says:

  LLVM ERROR: Trying to construct TargetPassConfig without a target machine. Scheduling a CodeGen pass without a target triple set?
  PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.
  Stack dump:

Are we configuring the test correctly. Maybe the target triple in the test case needs to be removed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69257



More information about the llvm-commits mailing list