Skip to content

Commit ae268d0

Browse files
committed
Add release note in "Potentially Breaking Changes"
1 parent e4aa62f commit ae268d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ Potentially Breaking Changes
6969
call the member ``operator delete`` instead of the expected global
7070
delete operator. The old behavior is retained under ``-fclang-abi-compat=21``
7171
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.
7275

7376
C/C++ Language Potentially Breaking Changes
7477
-------------------------------------------

0 commit comments

Comments
 (0)