We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a4d73f commit 89a32a4Copy full SHA for 89a32a4
tests/ui/codegen/target-cpus.rs
@@ -0,0 +1,4 @@
1
+// needs-llvm-components: webassembly
2
+// min-llvm-version: 17
3
+// compile-flags: --print=target-cpus --target=wasm32-unknown-unknown
4
+// check-pass
tests/ui/codegen/target-cpus.stdout
+Available CPUs for this target:
+ bleeding-edge
+ generic - This is the default target CPU for the current build target (currently wasm32-unknown-unknown).
+ mvp
0 commit comments