Skip to content

Commit b9e176b

Browse files
committed
Runtime: Install the new libcc_kext.a produced by the clang_darwin compiler-rt
configuration. llvm-svn: 99641
1 parent 450dfeb commit b9e176b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Runtime/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ifeq ($(shell test -d $(COMPILERRT_SRC_ROOT) && echo OK),OK)
3636
RuntimeDirs :=
3737
ifeq ($(OS),Darwin)
3838
RuntimeDirs += darwin
39-
RuntimeLibrary.darwin.Configs = 10.4 armv6
39+
RuntimeLibrary.darwin.Configs = 10.4 armv6 cc_kext
4040
endif
4141

4242
# Rule to build the compiler-rt libraries we need.

0 commit comments

Comments
 (0)