Commit 8503079
authored
[SYCL] Revert prepare-builtins change for non-NativeCPU. (#18490)
In #17999 I changed prepare-builtins to clear target-cpu and
target-features for NativeCPU, and attempted to preserve existing
behavior for other targets. For NativeCPU, two errors cancelled each
other out so we do the right thing there, but for other targets, that is
not the case and target-cpu and target-features were also being cleared
unintentionally.1 parent 637476e commit 8503079
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
147 | 149 | | |
148 | | - | |
| 150 | + | |
149 | 151 | | |
150 | 152 | | |
151 | 153 | | |
| |||
0 commit comments