Skip to content

Commit b2d5bce

Browse files
committed
Drop -mllvm from the flag
Hopefully users can figure out they need to pass -mllvm on Clang
1 parent 6b13fcc commit b2d5bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Changes to the RISC-V Backend
111111

112112
* The loop vectorizer now performs tail folding by default on RISC-V, which
113113
removes the need for a scalar epilogue loop. To restore the previous behaviour
114-
use `-mllvm -prefer-predicate-over-epilogue=scalar-epilogue`.
114+
use `-prefer-predicate-over-epilogue=scalar-epilogue`.
115115
* `llvm-objdump` now has basic support for switching between disassembling code
116116
and data using mapping symbols such as `$x` and `$d`. Switching architectures
117117
using `$x` with an architecture string suffix is not yet supported.

0 commit comments

Comments
 (0)