Displaying 5 results from an estimated 5 matches for "afact".
Did you mean:
fact
2014 Nov 04
2
[LLVMdev] RFC: Timeline for deprecating the autoconf build system?
...;re now using CMake for the version of LLVM in ports.
>
> For most versions we're using autoconf because it lets us build clang
> against an installed LLVM. The autoconf build system almost supports this
> (you need to symlink a couple installed files into the build tree), but
> AFACT the cmake build system doesn't.
>
> It would be really useful if I could build clang against an installed LLVM
> and LLDB against an install clang and LLVM.
CMake can support this. We need to make use of the "exporting targets" feature
that CMake offers so that clients can b...
2014 May 28
3
[LLVMdev] Compiler-RT on Buildbots
...ces, but couldn't build them on ARM. I
also don't build them during releases (yet) because the configure
script doesn't prepare the Makefiles for compiler-rt.
A while ago I got it running on ARM with CMake files, but since these
are buildbots, I'm not sure it'll be of any help. AFACT, all RT
builders do use CMake, but ClangBuilder only uses it on Windows.
Is it possible to build compiler-rt with autoconf? Do I need some
special configure flags?
If not, how hard would it be to add CMake support to ClangBuilder?
Would that be the best course of action?
cheers,
--renato
2014 Nov 02
4
[LLVMdev] RFC: Timeline for deprecating the autoconf build system?
On 2 Nov 2014, at 14:17, Joerg Sonnenberger <joerg at britannica.bec.de> wrote:
> Requiring cmake for NetBSD is not acceptable as it is almost as heavy as
> a C++ compiler itself. That said, I don't really care about the
> Makefiles, just about configure and the associated loggic to craete
> Config.h and friends. I would expect FreeBSD to have similar concerns.
For the
2010 Apr 23
12
Re-attaching zpools after machine termination [amazon ebs & ec2]
I''m trying to provide some "disaster-proofing" on Amazon EC2 by using a ZFS-based EBS volume for primary data storage with Amazon S3-backed snapshots. My aim is to ensure that, should the instance terminate, a new instance can spin-up, attach the EBS volume and auto-/re-configure the zpool.
I''ve created an OpenSolaris 2009.06 x86_64 image with the zpool structure
2012 Dec 12
43
[PATCH 00/37] [RFC] revamped modeset locking
Hi all,
First thing first: It works, I now no longer have a few dropped frames every 10s
on my testbox here with the pageflip i-g-t tests.
Random notes:
- New design has per-crtc locks to protect the crtc input-side (pageflip,
cursor) for r/w and the output state of the crtc (mode, dpms) as read-only. It
also required completely revamped fb lifecycle management, those are now
refcounted