Changed DIBuilder::createCompileUnit() to take DIFile instead of FileName and Directory.
This way it will be easier to expand DIFile (e.g., to contain checksum) without the need to modify the createCompileUnit() API.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
It seems djasper already fixed it few hours ago:
Fix go bindings after r289702 (hopefully, don't really know how to build them, build.sh seems to be broken). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289775 91177308-0d34-0410-b5e6-96231b3b80d8
Comment Actions
You're right, sorry for the noise. But it looks like D27642 will have the same problem.
Comment Actions
Hopefully now, as I am adding a default values for the extra parameters for DIFile creation.
But I will double check that before committing.
Thanks for pointing this out.