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 3a0620e commit d84b87cCopy full SHA for d84b87c
clang/docs/ReleaseNotes.rst
@@ -79,6 +79,9 @@ Potentially Breaking Changes
79
void foo(void) {
80
return ({ 1;; });
81
}
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.
85
86
C/C++ Language Potentially Breaking Changes
87
-------------------------------------------
0 commit comments