config.h (439352ac8257c8419cb4a662abb7f260f31f9932) | config.h (dfa39133b333f57ca3133bf6c71cd75be4c3e801) |
---|---|
1#ifndef CONFIG_H 2#define CONFIG_H 3 4// Include this header only under the llvm source tree. 5// This is a private header. 6 7/* Exported configuration */ 8#include "llvm/Config/llvm-config.h" --- 330 unchanged lines hidden (view full) --- 339 340/* Define to the address where bug reports for this package should be sent. */ 341#define PACKAGE_BUGREPORT "https://bugs.freebsd.org/submit/" 342 343/* Define to the full name of this package. */ 344#define PACKAGE_NAME "LLVM" 345 346/* Define to the full name and version of this package. */ | 1#ifndef CONFIG_H 2#define CONFIG_H 3 4// Include this header only under the llvm source tree. 5// This is a private header. 6 7/* Exported configuration */ 8#include "llvm/Config/llvm-config.h" --- 330 unchanged lines hidden (view full) --- 339 340/* Define to the address where bug reports for this package should be sent. */ 341#define PACKAGE_BUGREPORT "https://bugs.freebsd.org/submit/" 342 343/* Define to the full name of this package. */ 344#define PACKAGE_NAME "LLVM" 345 346/* Define to the full name and version of this package. */ |
347#define PACKAGE_STRING "LLVM 18.1.3" | 347#define PACKAGE_STRING "LLVM 18.1.4" |
348 349/* Define to the version of this package. */ | 348 349/* Define to the version of this package. */ |
350#define PACKAGE_VERSION "18.1.3" | 350#define PACKAGE_VERSION "18.1.4" |
351 352/* Define to the vendor of this package. */ 353/* #undef PACKAGE_VENDOR */ 354 355/* Define to a function implementing stricmp */ 356/* #undef stricmp */ 357 358/* Define to a function implementing strdup */ --- 20 unchanged lines hidden --- | 351 352/* Define to the vendor of this package. */ 353/* #undef PACKAGE_VENDOR */ 354 355/* Define to a function implementing stricmp */ 356/* #undef stricmp */ 357 358/* Define to a function implementing strdup */ --- 20 unchanged lines hidden --- |