Port details |
- compiler-rt-devel LLVM sanitizer runtimes
- 3.9.d20160418 devel
=0 3.9.d20160418Version of this port present on the latest quarterly branch.
- BROKEN: relies on incompatible stdarg.h from clang
IGNORE: is marked as broken: relies on incompatible stdarg.h from clang
- Maintainer: brooks@FreeBSD.org
- Port Added: 2015-10-23 23:37:10
- Last Update: 2016-04-24 16:14:08
- SVN Revision: 413948
- License: not specified in port
- WWW:
- http://compiler-rt.llvm.org/
- Description:
- LLVM sanitizer runtimes - runtime libraries that are required to run the
code with sanitizer instrumentation. Santizers include:
- AddressSanitizer
- ThreadSanitizer
- UndefinedBehaviorSanitizer
- MemorySanitizer
- LeakSanitizer
- DataFlowSanitizer
WWW: http://compiler-rt.llvm.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- compiler-rt-devel>0:devel/compiler-rt-devel
- No installation instructions:
- This port has been deleted.
- PKGNAME: compiler-rt-devel
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- llvm-config-devel : devel/llvm-devel
- cmake : devel/cmake
- ninja : devel/ninja
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- cmake:outsource compiler:c++11-lib ninja
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.9.d20160418 24 Apr 2016 16:14:08 |
brooks |
Upgrade to a new snapshot.
Build compiler-rt alongside LLVM. It requires clang headers that we don't
install because they are incompatible with FreeBSD headers. To make this
work, configure and build compiler-rt in the post-build phase against the
built, but not yet installed llvm tree.
PR: 208900, 208923 |
3.9.d20160418 21 Apr 2016 20:53:01 |
brooks |
Update to a new snapshot and remove support for FreeBSD systems where
the C++11 compiler isn't clang (most specifically 9.x). |
3.9.d20160407 12 Apr 2016 22:24:19 |
brooks |
Update llvm-devel to a recent snapshot.
compiler-rt-devel remains BROKEN. |
3.9.d20160216 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
3.9.d20160216 18 Feb 2016 01:31:45 |
brooks |
Remove some accidently committed bits that break the build when llvm-devel
isn't already installed. |
3.9.d20160216 17 Feb 2016 22:17:17 |
brooks |
Update llvm-devel to a new 3.9 snapshot.
Mark complier-rt-devel as broken for now to stop blocking the llvm-devel
update. |
3.8.d20151207 07 Dec 2015 18:14:05 |
brooks |
Update to a fresh snapshot and fix compiler-rt build. |
3.8.d20151120 23 Nov 2015 17:28:55 |
brooks |
Update llvm-devel and compiler-rt-devel to a new snapshot.
Add a script to update the snapshot SHAs.
Disable clang-tools-extras when building with gcc on FreeBSD due to the
incomplete C++11 support.
Fix a plist bug when lldb wasn't installed. |
3.8.d20151021 28 Oct 2015 00:42:31 |
brooks |
Fix the build when cc isn't a C++11 compiler. |
3.8.d20151021 24 Oct 2015 05:33:43 |
bdrewery |
Make fmake happy |
3.8.d20151021 23 Oct 2015 23:36:57 |
brooks |
Update llvm-devel to a new snapshot.
Remove embedded compiler-rt build as that no longer works and create a
compiler-rt-devel port (currently supporting i386 and amd64, patches
welcome for other ARCHs).
Cause clang to ignore the -fformat-extensions argument.[1]
Submitted by: Sender Ghost <lightside@gmx.com> [1] |