1
Fork 0
hermetic_cc_toolchain/toolchain
Jeremy Volkman a0511ca5ee Pass "-Wl,-undefined=dynamic_lookup" for dynamic libraries on darwin.
This linker flag causes undefined symbols to be ignored, which is the
default behavior on linux but not macos. This is required when building
shared libraries to use as e.g. Python modules. This also matches what
Bazel's built-in macos cc toolchain does.
2022-06-01 11:49:13 +03:00
..
libc Add libc constraint and libc aware toolchains 2022-04-14 14:29:06 +00:00
libc_aware Add libc constraint and libc aware toolchains 2022-04-14 14:29:06 +00:00
platform Add libc constraint and libc aware toolchains 2022-04-14 14:29:06 +00:00
private Pass "-Wl,-undefined=dynamic_lookup" for dynamic libraries on darwin. 2022-06-01 11:49:13 +03:00
toolchain Add libc constraint and libc aware toolchains 2022-04-14 14:29:06 +00:00
BUILD add .build.yml 2021-06-08 06:28:15 +03:00
BUILD.sdk.bazel Add libc constraint and libc aware toolchains 2022-04-14 14:29:06 +00:00
defs.bzl zig sdk: download from zig upstream as well as jakstys.lt 2022-05-18 10:42:51 +03:00
zig_toolchain.bzl Adds dynamic_library_linkopts to zig_cc_toolchain_config 2022-06-01 11:49:13 +03:00