[PATCH] [go] Teach the go cmake build functions to funnel the include directories down into the cgo-setup variables of llvm-go.
Peter Collingbourne
peter at pcc.me.uk
Mon Dec 29 14:39:16 PST 2014
================
Comment at: cmake/modules/AddLLVM.cmake:636
@@ +635,3 @@
+ set(cppflags "${cppflags} -I${d}")
+ set(cxxflags "${cxxflags} -I${d}")
+ endforeach(d)
----------------
Are you sure you need to set cxxflags? As far as I know, cppflags should be picked up for C and C++.
http://reviews.llvm.org/D6798
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list