forked from OSchip/llvm-project
Revert "Attempt to fix Go syntax error"
This reverts commit c0176916a4
.
This commit is contained in:
parent
c0176916a4
commit
94dd096f35
|
@ -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