[PATCH] D17607: [ELF] - Create _DYNAMIC symbol for dynamic output

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 26 09:28:56 PST 2016


emaste added a comment.

I tried repeating the test with a new checkout, and it seems the first failure occurs with llvm-tblgen:

  FAILED: cd /tank/emaste/src/llvm-lld/build-lld/include/llvm/IR && /tank/emaste/src/llvm-lld/build-lld/bin/llvm-tblgen -gen-attrs -I /tank/emaste/src/llvm-lld/include/llvm/IR -I /tank/emaste/src/llvm-lld/lib/Target -I /tank/emaste/src/llvm-lld/include /tank/emaste/src/llvm-lld/include/llvm/IR/Attributes.td -o /tank/emaste/src/llvm-lld/build-lld/include/llvm/IR/Attributes.inc.tmp
  Assertion failed: (hasOptions() && "No options specified!"), function ParseCommandLineOptions, file ../lib/Support/CommandLine.cpp, line 816.
  ninja: build stopped: subcommand failed.

A FreeBSD/llvm-tblgen issue was reported in PR 25539, but I have not been able to reproduce previously (prior to trying this patch).


http://reviews.llvm.org/D17607





More information about the llvm-commits mailing list