r348394 - Mention changes to libc++ include dir lookup in release notes.

Ilya Biryukov via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 5 10:32:05 PST 2018


Author: ibiryukov
Date: Wed Dec  5 10:32:05 2018
New Revision: 348394

URL: http://llvm.org/viewvc/llvm-project?rev=348394&view=rev
Log:
Mention changes to libc++ include dir lookup in release notes.

Summary: The change itself landed as r348365, see the comment for more details.

Reviewers: arphaman, EricWF

Reviewed By: arphaman

Subscribers: cfe-commits

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

Modified:
    cfe/trunk/docs/ReleaseNotes.rst

Modified: cfe/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=348394&r1=348393&r2=348394&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Wed Dec  5 10:32:05 2018
@@ -120,6 +120,13 @@ Non-comprehensive list of changes in thi
   entirely from Clang. The feature did not properly work with about 1/3 of the
   possible tokens available and was unmaintained.
 
+- The internals of libc++ include directory detection on MacOS have changed.
+  Instead of running a search based on the ``-resource-dir`` flag, the search
+  is now based on the path of the compiler in the filesystem. The default
+  behaviour should not change. However, if you override ``-resource-dir``
+  manually and rely on the old behaviour you will need to add appropriate
+  compiler flags for finding the corresponding libc++ include directory.
+
 New Compiler Flags
 ------------------
 




More information about the cfe-commits mailing list