Deleted Added
full compact
config.h (280031) config.h (283526)
1/* $FreeBSD: head/lib/clang/include/llvm/Config/config.h 280031 2015-03-15 13:31:13Z dim $ */
1/* $FreeBSD: head/lib/clang/include/llvm/Config/config.h 283526 2015-05-25 13:43:03Z dim $ */
2/* include/llvm/Config/config.h. Generated from config.h.in by configure. */
3/* include/llvm/Config/config.h.in. Generated from autoconf/configure.ac by autoheader. */
4
5#ifndef CONFIG_H
6#define CONFIG_H
7
8/* Get __FreeBSD_version. */
9#include <osreldate.h>

--- 416 unchanged lines hidden (view full) ---

426/* #undef HAVE___ASHLDI3 */
427
428/* Have host's __ashrdi3 */
429/* #undef HAVE___ASHRDI3 */
430
431/* Have host's __chkstk */
432/* #undef HAVE___CHKSTK */
433
2/* include/llvm/Config/config.h. Generated from config.h.in by configure. */
3/* include/llvm/Config/config.h.in. Generated from autoconf/configure.ac by autoheader. */
4
5#ifndef CONFIG_H
6#define CONFIG_H
7
8/* Get __FreeBSD_version. */
9#include <osreldate.h>

--- 416 unchanged lines hidden (view full) ---

426/* #undef HAVE___ASHLDI3 */
427
428/* Have host's __ashrdi3 */
429/* #undef HAVE___ASHRDI3 */
430
431/* Have host's __chkstk */
432/* #undef HAVE___CHKSTK */
433
434/* Have host's __chkstk_ms */
435/* #undef HAVE___CHKSTK_MS */
436
434/* Have host's __cmpdi2 */
435/* #undef HAVE___CMPDI2 */
436
437/* Have host's __divdi3 */
438/* #undef HAVE___DIVDI3 */
439
440/* Define to 1 if you have the `__dso_handle' function. */
441#define HAVE___DSO_HANDLE 1

--- 108 unchanged lines hidden (view full) ---

550
551/* Major version of the LLVM API */
552#define LLVM_VERSION_MAJOR 3
553
554/* Minor version of the LLVM API */
555#define LLVM_VERSION_MINOR 6
556
557/* Patch version of the LLVM API */
437/* Have host's __cmpdi2 */
438/* #undef HAVE___CMPDI2 */
439
440/* Have host's __divdi3 */
441/* #undef HAVE___DIVDI3 */
442
443/* Define to 1 if you have the `__dso_handle' function. */
444#define HAVE___DSO_HANDLE 1

--- 108 unchanged lines hidden (view full) ---

553
554/* Major version of the LLVM API */
555#define LLVM_VERSION_MAJOR 3
556
557/* Minor version of the LLVM API */
558#define LLVM_VERSION_MINOR 6
559
560/* Patch version of the LLVM API */
558#define LLVM_VERSION_PATCH 0
561#define LLVM_VERSION_PATCH 1
559
560/* LLVM version string */
562
563/* LLVM version string */
561#define LLVM_VERSION_STRING "3.6.0"
564#define LLVM_VERSION_STRING "3.6.1"
562
563/* The shared library extension */
564#define LTDL_SHLIB_EXT ".so"
565
566/* Define if /dev/zero should be used when mapping RWX memory, or undefine if
567 its not necessary */
568/* #undef NEED_DEV_ZERO_FOR_MMAP */
569
570/* Define to the address where bug reports for this package should be sent. */
571#define PACKAGE_BUGREPORT "https://bugs.freebsd.org/submit/"
572
573/* Define to the full name of this package. */
574#define PACKAGE_NAME "LLVM"
575
576/* Define to the full name and version of this package. */
565
566/* The shared library extension */
567#define LTDL_SHLIB_EXT ".so"
568
569/* Define if /dev/zero should be used when mapping RWX memory, or undefine if
570 its not necessary */
571/* #undef NEED_DEV_ZERO_FOR_MMAP */
572
573/* Define to the address where bug reports for this package should be sent. */
574#define PACKAGE_BUGREPORT "https://bugs.freebsd.org/submit/"
575
576/* Define to the full name of this package. */
577#define PACKAGE_NAME "LLVM"
578
579/* Define to the full name and version of this package. */
577#define PACKAGE_STRING "LLVM 3.6.0"
580#define PACKAGE_STRING "LLVM 3.6.1"
578
579/* Define to the one symbol short name of this package. */
580#define PACKAGE_TARNAME "llvm"
581
582/* Define to the version of this package. */
581
582/* Define to the one symbol short name of this package. */
583#define PACKAGE_TARNAME "llvm"
584
585/* Define to the version of this package. */
583#define PACKAGE_VERSION "3.6.0"
586#define PACKAGE_VERSION "3.6.1"
584
585/* Define as the return type of signal handlers (`int' or `void'). */
586#define RETSIGTYPE void
587
588/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
589/* #undef STAT_MACROS_BROKEN */
590
591/* Define to 1 if you have the ANSI C header files. */

--- 18 unchanged lines hidden ---
587
588/* Define as the return type of signal handlers (`int' or `void'). */
589#define RETSIGTYPE void
590
591/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
592/* #undef STAT_MACROS_BROKEN */
593
594/* Define to 1 if you have the ANSI C header files. */

--- 18 unchanged lines hidden ---