@@ -128,7 +128,7 @@ for libomptarget_target in config.libomptarget_all_targets:
128
128
# Is this target in the current system? If so create a compile, run and test
129
129
# command. Otherwise create command that return false.
130
130
if libomptarget_target == config .libomptarget_current_target :
131
- config .substitutions .append (("%libomptarget-compilexx-run-and-check-generic" ,
131
+ config .substitutions .append (("%libomptarget-compilexx-run-and-check-generic" ,
132
132
"%libomptarget-compilexx-run-and-check-" + libomptarget_target ))
133
133
config .substitutions .append (("%libomptarget-compile-run-and-check-generic" ,
134
134
"%libomptarget-compile-run-and-check-" + libomptarget_target ))
@@ -140,18 +140,6 @@ for libomptarget_target in config.libomptarget_all_targets:
140
140
"%libomptarget-compilexx-" + libomptarget_target ))
141
141
config .substitutions .append (("%libomptarget-compile-generic" ,
142
142
"%libomptarget-compile-" + libomptarget_target ))
143
- config .substitutions .append (("%libomptarget-compileoptxx-run-and-check-generic" ,
144
- "%libomptarget-compileoptxx-run-and-check-" + libomptarget_target ))
145
- config .substitutions .append (("%libomptarget-compileopt-run-and-check-generic" ,
146
- "%libomptarget-compileopt-run-and-check-" + libomptarget_target ))
147
- config .substitutions .append (("%libomptarget-compileoptxx-and-run-generic" ,
148
- "%libomptarget-compileoptxx-and-run-" + libomptarget_target ))
149
- config .substitutions .append (("%libomptarget-compileopt-and-run-generic" ,
150
- "%libomptarget-compileopt-and-run-" + libomptarget_target ))
151
- config .substitutions .append (("%libomptarget-compileoptxx-generic" ,
152
- "%libomptarget-compileoptxx-" + libomptarget_target ))
153
- config .substitutions .append (("%libomptarget-compileopt-generic" ,
154
- "%libomptarget-compileopt-" + libomptarget_target ))
155
143
config .substitutions .append (("%libomptarget-run-generic" ,
156
144
"%libomptarget-run-" + libomptarget_target ))
157
145
config .substitutions .append (("%libomptarget-run-fail-generic" ,
@@ -186,28 +174,6 @@ for libomptarget_target in config.libomptarget_all_targets:
186
174
config .substitutions .append (("%libomptarget-compile-" + \
187
175
libomptarget_target , \
188
176
"%clang-" + libomptarget_target + " %s -o %t" ))
189
- config .substitutions .append (("%libomptarget-compileoptxx-run-and-check-" + \
190
- libomptarget_target , \
191
- "%libomptarget-compileoptxx-and-run-" + libomptarget_target + \
192
- " | " + config .libomptarget_filecheck + " %s" ))
193
- config .substitutions .append (("%libomptarget-compileopt-run-and-check-" + \
194
- libomptarget_target , \
195
- "%libomptarget-compileopt-and-run-" + libomptarget_target + \
196
- " | " + config .libomptarget_filecheck + " %s" ))
197
- config .substitutions .append (("%libomptarget-compileoptxx-and-run-" + \
198
- libomptarget_target , \
199
- "%libomptarget-compileoptxx-" + libomptarget_target + " && " + \
200
- "%libomptarget-run-" + libomptarget_target ))
201
- config .substitutions .append (("%libomptarget-compileopt-and-run-" + \
202
- libomptarget_target , \
203
- "%libomptarget-compileopt-" + libomptarget_target + " && " + \
204
- "%libomptarget-run-" + libomptarget_target ))
205
- config .substitutions .append (("%libomptarget-compileoptxx-" + \
206
- libomptarget_target , \
207
- "%clangxx-" + libomptarget_target + " -O3 %s -o %t" ))
208
- config .substitutions .append (("%libomptarget-compileopt-" + \
209
- libomptarget_target , \
210
- "%clang-" + libomptarget_target + " -O3 %s -o %t" ))
211
177
config .substitutions .append (("%libomptarget-run-" + \
212
178
libomptarget_target , \
213
179
"%t" ))
@@ -241,24 +207,6 @@ for libomptarget_target in config.libomptarget_all_targets:
241
207
config .substitutions .append (("%libomptarget-compile-" + \
242
208
libomptarget_target , \
243
209
"echo ignored-command" ))
244
- config .substitutions .append (("%libomptarget-compileopt-run-and-check-" + \
245
- libomptarget_target , \
246
- "echo ignored-command" ))
247
- config .substitutions .append (("%libomptarget-compileoptxx-run-and-check-" + \
248
- libomptarget_target , \
249
- "echo ignored-command" ))
250
- config .substitutions .append (("%libomptarget-compileopt-and-run-" + \
251
- libomptarget_target , \
252
- "echo ignored-command" ))
253
- config .substitutions .append (("%libomptarget-compileoptxx-and-run-" + \
254
- libomptarget_target , \
255
- "echo ignored-command" ))
256
- config .substitutions .append (("%libomptarget-compileoptxx-" + \
257
- libomptarget_target , \
258
- "echo ignored-command" ))
259
- config .substitutions .append (("%libomptarget-compileopt-" + \
260
- libomptarget_target , \
261
- "echo ignored-command" ))
262
210
config .substitutions .append (("%libomptarget-run-" + \
263
211
libomptarget_target , \
264
212
"echo ignored-command" ))
0 commit comments