Skip to content

Commit

Permalink
Patch from tstellar, pr48275: Fix Bindings/Go/go.test failure on Ubun…
Browse files Browse the repository at this point in the history
…tu 18.04
  • Loading branch information
neboat committed Dec 25, 2020
1 parent 4257282 commit 00d4615
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvm/test/Bindings/Go/lit.local.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ def fixup_compiler_path(compiler):

config.environment['CC'] = fixup_compiler_path(config.host_cc)
config.environment['CXX'] = fixup_compiler_path(config.host_cxx)
config.environment['CGO_LDFLAGS'] = config.host_ldflags
# Filter out unsupported flags: llvm.org/PR48275
config.environment['CGO_LDFLAGS'] = config.host_ldflags.replace('-Wl,-allow-shlib-undefined','')

0 comments on commit 00d4615

Please sign in to comment.