This is an archive of the discontinued LLVM Phabricator instance.

[CMake] [Darwin] Bug 21562 - Add a CMake equivalent for make/platform/clang_darwin.mk in compiler_rt
ClosedPublic

Authored by beanz on Sep 23 2015, 1:20 PM.

Details

Summary

First pass at adding cc_kext_* builtin libraries. I need to cleanup and refactor the builtin filtering so that I can use it to filter the builtin symbols list, but this is the first step in the right direction.

Diff Detail

Repository
rL LLVM

Event Timeline

beanz updated this revision to Diff 35546.Sep 23 2015, 1:20 PM
beanz retitled this revision from to [CMake] [Darwin] Bug 21562 - Add a CMake equivalent for make/platform/clang_darwin.mk in compiler_rt.
beanz updated this object.
beanz added reviewers: samsonov, bob.wilson, bogner.
beanz added a subscriber: llvm-commits.
samsonov accepted this revision.Sep 23 2015, 3:46 PM
samsonov edited edge metadata.

LGTM, but please address comments below.

cmake/Modules/CompilerRTDarwinUtils.cmake
176 ↗(On Diff #35546)

Formatting went off here.

185 ↗(On Diff #35546)

Remove debug output before submitting.

190 ↗(On Diff #35546)

Remove duplicated lines

This revision is now accepted and ready to land.Sep 23 2015, 3:46 PM
This revision was automatically updated to reflect the committed changes.