Skip to content

Commit

Permalink
Update Darwin support for LLVM 10
Browse files Browse the repository at this point in the history
Apparently this was forgotten when updating the Linux support.
  • Loading branch information
aykevl committed May 3, 2020
1 parent 8d12088 commit 345b294
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions llvm_config_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ package llvm

// Automatically generated by `make config BUILDDIR=`, do not edit.

// #cgo CPPFLAGS: -I/usr/local/opt/llvm@9/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
// #cgo CXXFLAGS: -std=c++11
// #cgo LDFLAGS: -L/usr/local/opt/llvm@9/lib -Wl,-search_paths_first -Wl,-headerpad_max_install_names -lLLVM -lz -lcurses -lm -lxml2 -L/usr/local/opt/libffi/lib -lffi
// #cgo CPPFLAGS: -I/usr/local/opt/llvm@10/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
// #cgo CXXFLAGS: -std=c++14
// #cgo LDFLAGS: -L/usr/local/opt/llvm@10/lib -Wl,-search_paths_first -Wl,-headerpad_max_install_names -lLLVM -lz -lcurses -lm -lxml2 -L/usr/local/opt/libffi/lib -lffi
import "C"

type run_build_sh int

0 comments on commit 345b294

Please sign in to comment.