[PATCH] D42360: [6.0.0 Release] Release notes for configuration files in clang

Serge Pavlov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 22 08:46:07 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL323132: [6.0.0 Release] Release notes for configuration files in clang (authored by sepavloff, committed by ).
Herald added a subscriber: llvm-commits.

Repository:
  rL LLVM

https://reviews.llvm.org/D42360

Files:
  cfe/branches/release_60/docs/ReleaseNotes.rst


Index: cfe/branches/release_60/docs/ReleaseNotes.rst
===================================================================
--- cfe/branches/release_60/docs/ReleaseNotes.rst
+++ cfe/branches/release_60/docs/ReleaseNotes.rst
@@ -163,6 +163,15 @@
 - The presence of __attribute__((availability(...))) on a declaration no longer
   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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42360.130907.patch
Type: text/x-patch
Size: 974 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180122/e8512ea0/attachment.bin>


More information about the llvm-commits mailing list