File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ LLD_LIBS = $(START_GROUP) -llldCOFF -llldCommon -llldCore -llldDriver -llldELF -
89
89
ifneq ("$(wildcard $(LLVM_BUILDDIR ) /bin/llvm-config* ) ","")
90
90
CGO_CPPFLAGS =$(shell $(LLVM_BUILDDIR ) /bin/llvm-config --cppflags) -I$(abspath $(LLVM_BUILDDIR ) ) /tools/clang/include -I$(abspath $(CLANG_SRC ) ) /include -I$(abspath $(LLD_SRC ) ) /include
91
91
CGO_CXXFLAGS=-std =c++14
92
- CGO_LDFLAGS+ =$(LIBCLANG_PATH ) -std=c++14 - L$(abspath $(LLVM_BUILDDIR ) /lib) $(CLANG_LIBS ) $(LLD_LIBS ) $(shell $(LLVM_BUILDDIR ) /bin/llvm-config --ldflags --libs --system-libs $(LLVM_COMPONENTS ) ) -lstdc++ $(CGO_LDFLAGS_EXTRA )
92
+ CGO_LDFLAGS+ =$(LIBCLANG_PATH ) -L$(abspath $(LLVM_BUILDDIR ) /lib) $(CLANG_LIBS ) $(LLD_LIBS ) $(shell $(LLVM_BUILDDIR ) /bin/llvm-config --ldflags --libs --system-libs $(LLVM_COMPONENTS ) ) -lstdc++ $(CGO_LDFLAGS_EXTRA )
93
93
endif
94
94
95
95
You can’t perform that action at this time.
0 commit comments