[llvm-bugs] [Bug 21562] Add a CMake equivalent for make/platform/clang_darwin.mk in compiler_rt
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Sep 30 15:46:11 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=21562
Chris Bieneman <chris.bieneman at me.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Chris Bieneman <chris.bieneman at me.com> ---
As of r248948 we are now building the following files in CMake:
./lib/darwin/
./lib/darwin//libclang_rt.10.4.a
./lib/darwin//libclang_rt.asan_ios_dynamic.dylib
./lib/darwin//libclang_rt.asan_iossim_dynamic.dylib
./lib/darwin//libclang_rt.asan_osx_dynamic.dylib
./lib/darwin//libclang_rt.cc_kext_ios.a
./lib/darwin//libclang_rt.cc_kext_osx.a
./lib/darwin//libclang_rt.ios.a
./lib/darwin//libclang_rt.osx.a
./lib/darwin//libclang_rt.profile_ios.a
./lib/darwin//libclang_rt.profile_osx.a
./lib/darwin//libclang_rt.safestack_osx.a
./lib/darwin//libclang_rt.ubsan_ios_dynamic.dylib
./lib/darwin//libclang_rt.ubsan_iossim_dynamic.dylib
./lib/darwin//libclang_rt.ubsan_osx_dynamic.dylib
./lib/macho_embedded/
./lib/macho_embedded//libclang_rt.hard_pic.a
./lib/macho_embedded//libclang_rt.hard_static.a
./lib/macho_embedded//libclang_rt.soft_pic.a
./lib/macho_embedded//libclang_rt.soft_static.a
This should make us functionally equivalent to the autoconf clang_darwin.mk and
macho_embedded.mk builds.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150930/98788d9d/attachment.html>
More information about the llvm-bugs
mailing list