Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jul 2010 19:09:34 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/clang clang.build.mk src/lib/clang/libllvmcore Makefile src/lib/clang/libllvmsupport Makefile src/lib/clang/libllvmsystem Makefile src/usr.bin/clang/tblgen Makefile
Message-ID:  <201007221914.o6MJENUG004592@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rpaulo      2010-07-22 19:09:34 UTC

  FreeBSD src repository

  Modified files:
    lib/clang            clang.build.mk 
    lib/clang/libllvmcore Makefile 
    lib/clang/libllvmsupport Makefile 
    lib/clang/libllvmsystem Makefile 
    usr.bin/clang/tblgen Makefile 
  Log:
  SVN rev 210388 on 2010-07-22 19:09:34Z by rpaulo
  
  Build clang libraries by default with -fno-exceptions and with
  -fno-rtti. The clang libaries that really use exceptions and virtual
  functions can enable LLVM_REQUIRES_EH and LLVM_REQUIRES_RTTI
  respectively. This saves space on the resulting binaries and follows
  what's being done upstream.
  
  Submitted by:   Dimitry Andric <dimitry at andric.com>
  
  Revision  Changes    Path
  1.8       +11 -0     src/lib/clang/clang.build.mk
  1.4       +1 -0      src/lib/clang/libllvmcore/Makefile
  1.5       +1 -0      src/lib/clang/libllvmsupport/Makefile
  1.4       +1 -0      src/lib/clang/libllvmsystem/Makefile
  1.3       +1 -0      src/usr.bin/clang/tblgen/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007221914.o6MJENUG004592>