Pass name of object file to LLVM so it can correctly emit S_OBJNAME
This commit is contained in:
parent
9d32ba3a72
commit
91544e6a93
5 changed files with 29 additions and 6 deletions
|
@ -2133,6 +2133,7 @@ extern "C" {
|
|||
RelaxELFRelocations: bool,
|
||||
UseInitArray: bool,
|
||||
SplitDwarfFile: *const c_char,
|
||||
OutputObjFile: *const c_char,
|
||||
DebugInfoCompression: *const c_char,
|
||||
ForceEmulatedTls: bool,
|
||||
ArgsCstrBuff: *const c_char,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue