-
Notifications
You must be signed in to change notification settings - Fork 17
Add lvalue::set_name
#78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
3d4552d
to
822d7d3
Compare
Added the runtime error in case |
822d7d3
to
8033881
Compare
8033881
to
188f882
Compare
#define TEST_ESCHEWS_SET_OPTIONS | ||
static void set_options (gcc_jit_context *ctxt, const char *argv0) | ||
{ | ||
gcc_jit_context_set_bool_option(ctxt, GCC_JIT_BOOL_OPTION_DEBUGINFO, 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This already seems to be set by the test harness.
Was there a reason to add it here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Making it explicit.
No description provided.