Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions swift/third_party/BUILD.binlog.bazel
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library")

cc_library(
name = "binlog",
srcs = glob(["include/**/*.cpp"]),
Expand Down
10 changes: 0 additions & 10 deletions swift/third_party/BUILD.fmt.bazel

This file was deleted.

2 changes: 2 additions & 0 deletions swift/third_party/BUILD.picosha2.bazel
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
load("@rules_cc//cc:defs.bzl", "cc_library")

cc_library(
name = "picosha2",
hdrs = glob(["*.h"]),
Expand Down
2 changes: 2 additions & 0 deletions swift/third_party/BUILD.swift-llvm-support.bazel
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
load("@rules_cc//cc:defs.bzl", "cc_library")

cc_library(
name = "swift-llvm-support-static",
srcs = glob(
Expand Down
Loading