Commit 61b4f8a
[Driver] Allow for usage of old triple behavior in bundler (#17557)
Recent upstreamed changes force the triple usage with the bundler to use
a 4-field triple value.
The Intel compiler does not take well to these changes. We are not in a
position to move our triple usage when bundling and unbundling (not in a
breaking change period).
Here, we are updating bundler behavior to allow for the older behavior
of accepting triple formats that are 'incomplete'. We can move to using
the forced triple value usage when we are ready or if we even need to
when we move to the new offloading model.1 parent 2c1d416 commit 61b4f8a
2 files changed
+57
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
102 | 132 | | |
103 | 133 | | |
104 | 134 | | |
| |||
2527 | 2557 | | |
2528 | 2558 | | |
2529 | 2559 | | |
2530 | | - | |
2531 | | - | |
2532 | | - | |
| 2560 | + | |
| 2561 | + | |
| 2562 | + | |
| 2563 | + | |
| 2564 | + | |
| 2565 | + | |
2533 | 2566 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9954 | 9954 | | |
9955 | 9955 | | |
9956 | 9956 | | |
9957 | | - | |
| 9957 | + | |
| 9958 | + | |
| 9959 | + | |
| 9960 | + | |
| 9961 | + | |
| 9962 | + | |
| 9963 | + | |
| 9964 | + | |
| 9965 | + | |
9958 | 9966 | | |
9959 | 9967 | | |
9960 | 9968 | | |
| |||
10183 | 10191 | | |
10184 | 10192 | | |
10185 | 10193 | | |
10186 | | - | |
10187 | | - | |
10188 | | - | |
10189 | | - | |
10190 | | - | |
| 10194 | + | |
| 10195 | + | |
| 10196 | + | |
| 10197 | + | |
| 10198 | + | |
| 10199 | + | |
| 10200 | + | |
| 10201 | + | |
| 10202 | + | |
| 10203 | + | |
| 10204 | + | |
| 10205 | + | |
10191 | 10206 | | |
10192 | 10207 | | |
10193 | 10208 | | |
| |||
0 commit comments