File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -252,11 +252,13 @@ environment variable:
252
252
can focus on other failures, but it means Miri can miss bugs in your program.
253
253
Using this flag is **unsound**.
254
254
* `-Zmiri-disable-data-race-detector` disables checking for data races. Using
255
- this flag is **unsound**.
255
+ this flag is **unsound**. This implies `-Zmiri-disable-weak-memory-emulation`.
256
256
* `-Zmiri-disable-stacked-borrows` disables checking the experimental
257
257
[Stacked Borrows] aliasing rules. This can make Miri run faster, but it also
258
258
means no aliasing violations will be detected. Using this flag is **unsound**
259
259
(but the affected soundness rules are experimental).
260
+ * `-Zmiri-disable-weak-memory-emulation` disables the emulation of some C++11 weak
261
+ memory effects.
260
262
* `-Zmiri-disable-validation` disables enforcing validity invariants, which are
261
263
enforced by default. This is mostly useful to focus on other failures (such
262
264
as out-of-bounds accesses) first. Setting this flag means Miri can miss bugs
You can’t perform that action at this time.
0 commit comments