mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 15:03:46 +00:00
rip out old dbg and setup reasonable base debug location info
This commit is contained in:
parent
3d6c140a30
commit
e6cc43492a
5 changed files with 13 additions and 116 deletions
|
@ -22,7 +22,7 @@ extern fn roc_dealloc(c_ptr: *anyopaque, alignment: u32) callconv(.C) void;
|
|||
|
||||
extern fn roc_dbg(file_path: *anyopaque, message: *anyopaque) callconv(.C) void;
|
||||
|
||||
// Since roc_dbg is never used by the builtins, we need at export a function that uses it to stop DCE.
|
||||
// Sincet roc_dbg is never used by the builtins, we need at export a function that uses it to stop DCE.
|
||||
pub fn test_dbg(file_path: *anyopaque, message: *anyopaque) callconv(.C) void {
|
||||
roc_dbg(file_path, message);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue