Add ui test of LLVM print-from-C++ changes

This commit is contained in:
David Tolnay 2023-07-14 10:51:54 -07:00
parent dcfe94a009
commit 7ee059b8ac
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,4 @@
// needs-llvm-components: webassembly
// min-llvm-version: 17
// compile-flags: --print=target-cpus --target=wasm32-unknown-unknown
// check-pass

View file

@ -0,0 +1,4 @@
Available CPUs for this target:
bleeding-edge
generic - This is the default target CPU for the current build target (currently wasm32-unknown-unknown).
mvp