[llvm] r219976 - Initial version of Go bindings.
Eric Christopher
echristo at gmail.com
Tue Oct 21 15:42:18 PDT 2014
>
>
> > Honestly I didn't think about it much. It should probably get migrated
> > along, because otherwise how would you pass that along?
>
> We might want the flag to appear in --cflags and --cxxflags. But it
> shouldn't
> appear in --cppflags, as that should contain only preprocessor flags.
>
>
Sure.
> > That said, stripping it out for now is fine. cgo should probably learn
> how
> > to deal with .dwo files at some point.
>
> Perhaps, but I'd expect that if cgo uses cppflags on its own it should be
> able to rely on those flags not changing the output format.
>
>
I'd be surprised if -g wasn't making it in there then since they're relying
on debug output?
What's the actual command line look being passed to files that cgo wants?
-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141021/ed58809b/attachment.html>
More information about the llvm-commits
mailing list