Commit 9cd54eb
committed
Remove
It includes some now-unsupported targets and is also missing some new
targets. The obvious thing to do is update it, but it's simpler and
better to recognize that it's identical to the generated
`driver_sys::CUjit_target` type and instead use that generated type
directly, avoiding the need for manual updating in the future.
Especially given that there is a non-trivial encoding for targets with
'a' and 'f' suffixes (which involves adding 2^16 and 2^17, respectively,
to the base number).
This seems fine because this `ModuleJitOption` type is obscure and has
no existing uses in the codebase.JitTarget.1 parent c4bcf73 commit 9cd54eb
1 file changed
+1
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | 37 | | |
62 | 38 | | |
63 | 39 | | |
| |||
82 | 58 | | |
83 | 59 | | |
84 | 60 | | |
85 | | - | |
| 61 | + | |
86 | 62 | | |
87 | 63 | | |
88 | 64 | | |
| |||
0 commit comments