Commit b43d102
authored
Switch QIR Target checking from allow list to deny list (microsoft#2058)
This change updates the logic we use to decide if a target supports QIR
submission in the extension. Previously it was an allow list which
required any new targets or providers to be explicitly added. Instead,
this uses a deny list style so that new providers and targets are
allowed to submit either base or adaptive without requiring updates to
the QDK. Then we can coordinate with new partners on what targets should
be lit up for which purposes.1 parent 5a86a67 commit b43d102
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 16 | + | |
| 17 | + | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | | - | |
| 30 | + | |
32 | 31 | | |
0 commit comments