Skip to content

Commit 9d5208a

Browse files
committed
Add release note under "Potentially Breaking Changes"
1 parent cc10a13 commit 9d5208a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ Potentially Breaking Changes
7272
- Downstream projects that previously linked only against ``clangDriver`` may
7373
now (also) need to link against the new ``clangOptions`` library, since
7474
options-related code has been moved out of the Driver into a separate library.
75+
- The ``clangFrontend`` library no longer depends on ``clangDriver``, which may
76+
break downstream projects that relied on this transitive dependency.
7577

7678
C/C++ Language Potentially Breaking Changes
7779
-------------------------------------------

0 commit comments

Comments
 (0)