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 439971e commit f428b51Copy full SHA for f428b51
cranelift/docs/testing.md
@@ -316,10 +316,15 @@ functions must have the signature `() -> bNN` where `bNN` is some sort of
316
boolean, e.g. `b1` or `b32`. A `true` value is interpreted as a successful
317
test execution, whereas a `false` value is interpreted as a failed test.
318
319
+Currently a `target` is required but is only used to indicate whether the host
320
+platform can run the test, and currently only the architecture is filtered. The
321
+host platform's native target will be used to actually compile the test.
322
+
323
Example:
324
325
```
326
test run
327
+ target x86_64
328
329
function %trivial_test() -> b1 {
330
ebb0:
0 commit comments