mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
Attempt to fix Go syntax error
This commit is contained in:
parent
6ae0035765
commit
5c0aa3ac1a
@ -145,7 +145,7 @@ func (d *DIBuilder) CreateCompileUnit(cu DICompileUnit) Metadata {
|
||||
/*DWOId=*/ 0,
|
||||
/*SplitDebugInlining*/ C.LLVMBool(boolToCInt(true)),
|
||||
/*DebugInfoForProfiling*/ C.LLVMBool(boolToCInt(false)),
|
||||
sysroot
|
||||
sysroot,
|
||||
)
|
||||
return Metadata{C: result}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user