We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4aa62f commit ae268d0Copy full SHA for ae268d0
clang/docs/ReleaseNotes.rst
@@ -69,6 +69,9 @@ Potentially Breaking Changes
69
call the member ``operator delete`` instead of the expected global
70
delete operator. The old behavior is retained under ``-fclang-abi-compat=21``
71
flag.
72
+- Downstream projects that previously linked only against ``clangDriver`` may
73
+ now (also) need to link against the new ``clangOptions`` library, since
74
+ options-related code has been moved out of the Driver into a separate library.
75
76
C/C++ Language Potentially Breaking Changes
77
-------------------------------------------
0 commit comments