Date: Fri, 16 Oct 2009 08:19:08 +0000 (UTC) From: Roman Divacky <rdivacky@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r198165 - projects/clangbsd/usr.bin/clang/include/llvm/Config Message-ID: <200910160819.n9G8J8li097798@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rdivacky Date: Fri Oct 16 08:19:08 2009 New Revision: 198165 URL: http://svn.freebsd.org/changeset/base/198165 Log: Remove paths from config + remove archs we are not interested in. Suggestd by: ed Modified: projects/clangbsd/usr.bin/clang/include/llvm/Config/AsmPrinters.def projects/clangbsd/usr.bin/clang/include/llvm/Config/Targets.def projects/clangbsd/usr.bin/clang/include/llvm/Config/config.h Modified: projects/clangbsd/usr.bin/clang/include/llvm/Config/AsmPrinters.def ============================================================================== --- projects/clangbsd/usr.bin/clang/include/llvm/Config/AsmPrinters.def Fri Oct 16 00:17:09 2009 (r198164) +++ projects/clangbsd/usr.bin/clang/include/llvm/Config/AsmPrinters.def Fri Oct 16 08:19:08 2009 (r198165) @@ -25,6 +25,6 @@ # error Please define the macro LLVM_ASM_PRINTER(TargetName) #endif -LLVM_ASM_PRINTER(Blackfin) LLVM_ASM_PRINTER(SystemZ) LLVM_ASM_PRINTER(MSP430) LLVM_ASM_PRINTER(XCore) LLVM_ASM_PRINTER(PIC16) LLVM_ASM_PRINTER(CellSPU) LLVM_ASM_PRINTER(Mips) LLVM_ASM_PRINTER(ARM) LLVM_ASM_PRINTER(Alpha) LLVM_ASM_PRINTER(PowerPC) LLVM_ASM_PRINTER(Sparc) LLVM_ASM_PRINTER(X86) +LLVM_ASM_PRINTER(Mips) LLVM_ASM_PRINTER(ARM) LLVM_ASM_PRINTER(PowerPC) LLVM_ASM_PRINTER(Sparc) LLVM_ASM_PRINTER(X86) #undef LLVM_ASM_PRINTER Modified: projects/clangbsd/usr.bin/clang/include/llvm/Config/Targets.def ============================================================================== --- projects/clangbsd/usr.bin/clang/include/llvm/Config/Targets.def Fri Oct 16 00:17:09 2009 (r198164) +++ projects/clangbsd/usr.bin/clang/include/llvm/Config/Targets.def Fri Oct 16 08:19:08 2009 (r198165) @@ -24,6 +24,6 @@ # error Please define the macro LLVM_TARGET(TargetName) #endif -LLVM_TARGET(CppBackend) LLVM_TARGET(MSIL) LLVM_TARGET(CBackend) LLVM_TARGET(Blackfin) LLVM_TARGET(SystemZ) LLVM_TARGET(MSP430) LLVM_TARGET(XCore) LLVM_TARGET(PIC16) LLVM_TARGET(CellSPU) LLVM_TARGET(Mips) LLVM_TARGET(ARM) LLVM_TARGET(Alpha) LLVM_TARGET(PowerPC) LLVM_TARGET(Sparc) LLVM_TARGET(X86) +LLVM_TARGET(Mips) LLVM_TARGET(ARM) LLVM_TARGET(PowerPC) LLVM_TARGET(Sparc) LLVM_TARGET(X86) #undef LLVM_TARGET Modified: projects/clangbsd/usr.bin/clang/include/llvm/Config/config.h ============================================================================== --- projects/clangbsd/usr.bin/clang/include/llvm/Config/config.h Fri Oct 16 00:17:09 2009 (r198164) +++ projects/clangbsd/usr.bin/clang/include/llvm/Config/config.h Fri Oct 16 08:19:08 2009 (r198165) @@ -463,36 +463,9 @@ /* Define to 1 if you have the `__dso_handle' function. */ #define HAVE___DSO_HANDLE 1 -/* Installation directory for binary executables */ -#define LLVM_BINDIR "/usr/local/bin" - /* Time at which LLVM was configured */ #define LLVM_CONFIGTIME "Thu Oct 15 19:21:29 CEST 2009" -/* Installation directory for data files */ -#define LLVM_DATADIR "/usr/local/share/llvm" - -/* Installation directory for documentation */ -#define LLVM_DOCSDIR "/usr/local/docs/llvm" - -/* Installation directory for config files */ -#define LLVM_ETCDIR "/usr/local/etc/llvm" - -/* Host triple we were built on */ -/* #undef LLVM_HOSTTRIPLE */ - -/* Installation directory for include files */ -#define LLVM_INCLUDEDIR "/usr/local/include" - -/* Installation directory for .info files */ -#define LLVM_INFODIR "/usr/local/info" - -/* Installation directory for libraries */ -#define LLVM_LIBDIR "/usr/local/lib" - -/* Installation directory for man pages */ -#define LLVM_MANDIR "/usr/local/man" - /* Build multithreading support into LLVM */ #define LLVM_MULTITHREADED 1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910160819.n9G8J8li097798>