NAKAMURA Takumi
3e0b557002
[Bazel] Bump to v16.0.0, corresponding to llvmorg-16-init
2022-07-27 22:41:53 +09:00
NAKAMURA Takumi
801ac2ebf1
[bazel] Bump to 15.0.0git
2022-05-26 06:24:49 +09:00
Fangrui Song
633e797d59
[Bazel] Add WindowsDriver after 73e585e44d
2022-02-11 14:32:23 -08:00
Keith Smiley
be4e789d21
[Bazel] Remove old macho lld port
...
This code and cmake was removed in https://reviews.llvm.org/D114842
Differential Revision: https://reviews.llvm.org/D114976
2021-12-02 11:44:48 -08:00
Reid Kleckner
482b6f2a3d
[Bazel] Remove old MachO LLD from the Bazel build
...
Updates Bazel files for 9e3552523e
2021-12-02 11:30:26 -08:00
Geoffrey Martin-Noble
52acc0547d
[Bazel] Fix version defines
...
Some of these were the wrong version and some of them were the wrong
format. Did some hunting around to figure out what exactly they're
supposed to be. Since basically everything is derived from the LLVM
version we should probably make this a bit less hardcoded, but just
fixing the values for now.
Sources:
https://github.com/llvm/llvm-project/blob/b686fc7a1bea/clang/include/clang/Basic/Version.inc.in
https://github.com/llvm/llvm-project/blob/b686fc7a1bea/clang/CMakeLists.txt#L353-L363
https://github.com/llvm/llvm-project/blob/b686fc7a1bea/llvm/CMakeLists.txt#L13-L29
https://github.com/llvm/llvm-project/blob/b686fc7a1bea/lld/CMakeLists.txt#L131-L138
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D108500
2021-08-20 17:01:01 -07:00
Geoffrey Martin-Noble
693a95a694
[Bazel] Add support for lld
...
This patch adds a Bazel configuration to build lld. That includes a
BUILD.bazel file to export the libunwind headers for use by lld. Since
the lld target itself requires libxml2 (through WindowsManifest) it's
currently disabled on Buildkite and marked manual, but all the libraries
build.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D107414
2021-08-04 17:59:43 -07:00