InfoQ Homepage News LLVM 3.8 Discontinues Old Windows Versions, Deprecates Autoconf, Improves Clang
LLVM 3.8 Discontinues Old Windows Versions, Deprecates Autoconf, Improves Clang
This item in japanese
Mar 11, 2016 1 min read
Write for InfoQ
Feed your curiosity. Help 550k+ globalsenior developers
each month stay ahead.Get in touch
The LLVM team has announced the release of LLVM, which includes a few major deprecations, new C API headers, and Clang 3.8.
With version 3.8, LLVM cuts support for Windows XP and Vista, thus requiring at least Windows 7. Additionally, it deprecates the autoconf build system, which will be removed in version 3.9, and makes CMake the mandated build system.
LLVM 3.8 also introduces a new organization of the C API headers, with the aim of improving build time. This reorganization affects both Type.h
and ErrorHandling.h
files, which now contain all types specific declarations and error handling routines respectively. The C API change should not impact most dependencies, since both files are included from Core.h
, but transitive dependencies may be affected. LLVM 3.8 also includes a number of platform specific changes for the MIPS, ARM, PowerPC, and X86 targets.
Included in LLVM 3.8 is Clang 3.8, the Clang C/C++/Objective-C frontend, which brings both generic improvements to Clang as a whole and to its underlying infrastructure as well as to specific languages. Among the former are improvements to diagnostics, new compiler flags for DWARF debugging, and better alignment enforcement. On the languages front, new features have been introduced for the C language, Open CL, and OpenMP, which is now supported by default. Furthermore, Clang’s static analyzer has been improved in the area of C++ lambdas and through new checks for vfork
misuse, __nonnull
qualifier misuse in Objective C, and more.
It should be noted that other popular languages that LLVM supports, such as Swift, Emscripten, and Rust, ship their own forked version of LLVM, with fixes and improvements being routinely pushed upstream.
For a full list of changes in both releases, check the LLVM and Clang release notes.
This content is in the Open Source topic
Related Topics:
-
Related Editorial
-
Related Sponsors
-
Popular across InfoQ
-
AWS Introduces ECS Managed Instances for Containerized Applications
-
Producing a Better Software Architecture with Residuality Theory
-
GitHub Introduces New Embedding Model to Improve Code Search and Context
-
Google DeepMind Introduces CodeMender, an AI Agent for Automated Code Repair
-
Building Distributed Event-Driven Architectures across Multi-Cloud Boundaries
-
Mental Models in Architecture and Societal Views of Technology: A Conversation with Nimisha Asthagiri
-
Related Content
The InfoQ Newsletter
A round-up of last week’s content on InfoQ sent out every Tuesday. Join a community of over 250,000 senior developers. View an example