Skip to content
Snippets Groups Projects
Commit 99f96ed7 authored by Serge Pavlov's avatar Serge Pavlov
Browse files

[6.0.0 Release] Release notes for configuration files in clang

Differential Revision: https://reviews.llvm.org/D42360


git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_60@323132 91177308-0d34-0410-b5e6-96231b3b80d8
parent dfc3f2b2
No related branches found
No related tags found
No related merge requests found
...@@ -163,6 +163,15 @@ Attribute Changes in Clang ...@@ -163,6 +163,15 @@ Attribute Changes in Clang
- The presence of __attribute__((availability(...))) on a declaration no longer - The presence of __attribute__((availability(...))) on a declaration no longer
implies default visibility for that declaration on macOS. implies default visibility for that declaration on macOS.
- Clang now supports configuration files. These are collections of driver
options, which can be applied by specifying the configuration file, either
using command line option `--config foo.cfg` or encoding it into executable
name `foo-clang`. Clang behaves as if the options from this file were inserted
before the options specified in command line. This feature is primary intended
to facilitate cross compilation. Details can be found in
`Clang Compiler User's Manual
<http://clang.llvm.org/docs/UsersManual.html#configuration-files>`.
- ... - ...
Windows Support Windows Support
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment