Add -Z embed-source=yes
to embed source code in DWARF debug info
This commit is contained in:
parent
80d8270d84
commit
0b87af9d4f
9 changed files with 76 additions and 4 deletions
|
@ -1853,6 +1853,8 @@ extern "C" {
|
|||
CSKind: ChecksumKind,
|
||||
Checksum: *const c_char,
|
||||
ChecksumLen: size_t,
|
||||
Source: *const c_char,
|
||||
SourceLen: size_t,
|
||||
) -> &'a DIFile;
|
||||
|
||||
pub fn LLVMRustDIBuilderCreateSubroutineType<'a>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue