Deleted Added
full compact
llvm-config.h (280031) llvm-config.h (283526)
1/* $FreeBSD: head/lib/clang/include/llvm/Config/llvm-config.h 280031 2015-03-15 13:31:13Z dim $ */
1/* $FreeBSD: head/lib/clang/include/llvm/Config/llvm-config.h 283526 2015-05-25 13:43:03Z dim $ */
2/* include/llvm/Config/llvm-config.h. Generated from llvm-config.h.in by configure. */
3/*===------- llvm/Config/llvm-config.h - llvm configuration -------*- C -*-===*/
4/* */
5/* The LLVM Compiler Infrastructure */
6/* */
7/* This file is distributed under the University of Illinois Open Source */
8/* License. See LICENSE.TXT for details. */
9/* */

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

90
91/* Major version of the LLVM API */
92#define LLVM_VERSION_MAJOR 3
93
94/* Minor version of the LLVM API */
95#define LLVM_VERSION_MINOR 6
96
97/* Patch version of the LLVM API */
2/* include/llvm/Config/llvm-config.h. Generated from llvm-config.h.in by configure. */
3/*===------- llvm/Config/llvm-config.h - llvm configuration -------*- C -*-===*/
4/* */
5/* The LLVM Compiler Infrastructure */
6/* */
7/* This file is distributed under the University of Illinois Open Source */
8/* License. See LICENSE.TXT for details. */
9/* */

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

90
91/* Major version of the LLVM API */
92#define LLVM_VERSION_MAJOR 3
93
94/* Minor version of the LLVM API */
95#define LLVM_VERSION_MINOR 6
96
97/* Patch version of the LLVM API */
98#define LLVM_VERSION_PATCH 0
98#define LLVM_VERSION_PATCH 1
99
100/* LLVM version string */
99
100/* LLVM version string */
101#define LLVM_VERSION_STRING "3.6.0"
101#define LLVM_VERSION_STRING "3.6.1"
102
103#endif
102
103#endif