-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1) Make gdb_c_test.rs more lean by removing command line arguments that simply set env vars. We can just set the vars directly, e.g.: YKD_LOG_IR=aot bin/gdb_c_test simple.c It's a bit more typing, but it means this tool is smaller and more resilient to env var additions/removals/changes. I note it still referenced the old YKD_LOG_JITSTATE var, which was renamed to YK_LOG. 2) Remove no longer working -b. The JIT code generator broke this, but I haven't missed it to be honest.
- Loading branch information
Showing
2 changed files
with
1 addition
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters