This revision was automatically updated to reflect the committed changes.
Closed by commit rC348394: Mention changes to libc++ include dir lookup in 
release notes. (authored by ibiryukov, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D55322?vs=176809&id=176854#toc

Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55322/new/

https://reviews.llvm.org/D55322

Files:
  docs/ReleaseNotes.rst


Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -120,6 +120,13 @@
   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
 ------------------
 


Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -120,6 +120,13 @@
   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
 ------------------
 
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to