Skip to content

Commit 44c43c7

Browse files
authored
Remove no_uuid and codesigning workarounds when building wrapped_clang. (#373)
The core problem was fixed in https://reviews.llvm.org/D111269 and these workarounds are no longer necessary.
1 parent 1f3903f commit 44c43c7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

crosstool/universal_exec_tool.bzl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,9 @@ env -i \
3838
-lc++ \
3939
-arch arm64 \
4040
-arch x86_64 \
41-
-Wl,-no_adhoc_codesign \
42-
-Wl,-no_uuid \
4341
-O3 \
4442
-o $@ \
4543
$(SRCS)
46-
47-
env -i \
48-
codesign \
49-
--identifier $@ \
50-
--force \
51-
--sign - \
52-
$@
5344
""",
5445
)
5546

0 commit comments

Comments
 (0)