| Index: tests_lit/lit.cfg
|
| diff --git a/tests_lit/lit.cfg b/tests_lit/lit.cfg
|
| index d431d1fbd9482aae64bf693b659ff21daf1df64c..38f53209491a5289e63f22565a9fb12eb105df81 100644
|
| --- a/tests_lit/lit.cfg
|
| +++ b/tests_lit/lit.cfg
|
| @@ -80,7 +80,7 @@ def if_cond_flag(Value):
|
| # shell conditional commands.
|
| if_atts = [os.path.join(pydir, 'if.py')]
|
| if_atts_cmd = if_atts + ['--have=' + att
|
| - for att in llvm2iceatts] + ['--command']
|
| + for att in llvm2iceatts]
|
| ifl2i_atts_cmd = if_atts + [if_cond_flag('allow_llvm_ir' in llvm2iceatts),
|
| '--command']
|
| iflc2i_atts_cmd = if_atts + [if_cond_flag('allow_llvm_ir_as_input'
|
|
|