Skip to content

Commit d84b87c

Browse files
committed
Add release note in "Potentially Breaking Changes"
1 parent 3a0620e commit d84b87c

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
@@ -79,6 +79,9 @@ Potentially Breaking Changes
7979
void foo(void) {
8080
return ({ 1;; });
8181
}
82+
- Downstream projects that previously linked only against ``clangDriver`` may
83+
now (also) need to link against the new ``clangOptions`` library, since
84+
options-related code has been moved out of the Driver into a separate library.
8285

8386
C/C++ Language Potentially Breaking Changes
8487
-------------------------------------------

0 commit comments

Comments
 (0)