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 3233c0d commit 030eddaCopy full SHA for 030edda
llvm/docs/ReleaseNotes.md
@@ -80,6 +80,8 @@ Changes to LLVM infrastructure
80
* Added the support for ``fmaximum`` and ``fminimum`` in ``atomicrmw`` instruction. The
81
comparison is expected to match the behavior of ``llvm.maximum.*`` and
82
``llvm.minimum.*`` respectively.
83
+* On Windows, fatal usage errors no longer produce crash-style diagnostics
84
+ such as stack traces or bug report prompts.
85
86
Changes to building LLVM
87
------------------------
0 commit comments