Go bindings: make various DIBuilder arguments optional.
authorPeter Collingbourne <peter@pcc.me.uk>
Wed, 8 Apr 2015 20:18:57 +0000 (20:18 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Wed, 8 Apr 2015 20:18:57 +0000 (20:18 +0000)
commit0b9c7bb9fce116d35824c3732b4780f229b76820
tree2c6e3f799817e146dc6e95add1d5b59eea8601da
parente70edce22b138b35d403fd1a86ad844c0ff87a51
Go bindings: make various DIBuilder arguments optional.

r234262 changed some code in DIBuilderBindings.cpp to use the unwrap function
to unwrap debug metadata. The problem with this is that unwrap asserts that
its argument is non-null, which is not what we want in a number of places
in DIBuilder where the argument is optional. This change makes certain
arguments optional by adding null checks in places where it is required,
fixing the llgo build.

llvm-svn: 234428
llvm/bindings/go/llvm/DIBuilderBindings.cpp