This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug jit/66628] New: jit: Provide a way to add arbitrary options to the toplev "command line"
- From: "dmalcolm at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 22 Jun 2015 15:06:42 +0000
- Subject: [Bug jit/66628] New: jit: Provide a way to add arbitrary options to the toplev "command line"
- Auto-submitted: auto-generated
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66628
Bug ID: 66628
Summary: jit: Provide a way to add arbitrary options to the
toplev "command line"
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: jit
Assignee: dmalcolm at gcc dot gnu.org
Reporter: dmalcolm at gcc dot gnu.org
Blocks: 66627
Target Milestone: ---
Experimenting with adding arbitrary command-line options to toplev::main from
libgccjit requires recompiling libgccjit each time; we should expose an API for
doing this, perhaps with a big caveat that only some options can ever be
supported.
Referenced Bugs:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66627
[Bug 66627] Tracker bug for jit bugs affecting ravi