[llvm-bugs] [Bug 28856] New: libclang_rt.osx.a doesn't get built on OS X 10.6
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Aug 4 21:26:19 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=28856
Bug ID: 28856
Summary: libclang_rt.osx.a doesn't get built on OS X 10.6
Product: compiler-rt
Version: 3.8
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: compiler-rt
Assignee: unassignedbugs at nondot.org
Reporter: jeremyhu at apple.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
On OS X 10.6, when building clang 3.8.1 out of MacPorts, compiler_rt only
produces the following content:
~ $ ls -al /opt/local/libexec/llvm-3.8/lib/clang/3.8.1/lib/darwin/
total 72
drwxr-xr-x 4 root admin 136 Aug 4 18:52 .
drwxr-xr-x 3 root admin 102 Aug 4 18:52 ..
-rw-r--r-- 1 root admin 29600 Aug 4 17:30 libclang_rt.10.4.a
-rw-r--r-- 1 root admin 1088 Aug 4 18:51 libclang_rt.eprintf.a
Missing are:
libclang_rt.cc_kext.a
libclang_rt.osx.a
libclang_rt.profile_osx.a
libclang_rt.safestack_osx.a
--
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/20160805/647a43ee/attachment.html>
More information about the llvm-bugs
mailing list