Skip to content

Commit 873de9e

Browse files
committed
Add TODO
1 parent 47c01bc commit 873de9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

haskell/private/bazel_platforms.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# implementation for get_cpu_value in lib_cc_configure.bzl.
55
# https://github.com/bazelbuild/bazel/blob/e11506feaea7401c3d27f55b47183ef49bd1d5a8/tools/cpp/lib_cc_configure.bzl#L186
66

7+
# TODO(chuck): Add unit tests.
8+
79
def _get_os(os_cpu):
810
if os_cpu.find("darwin") >= 0:
911
return "osx"

0 commit comments

Comments
 (0)