Skip to content
Snippets Groups Projects
Commit 0fa2d185 authored by Matthew Pickering's avatar Matthew Pickering Committed by Marge Bot
Browse files

testsuite: Fix typo when setting llvm_ways

Since 2014 llvm_ways has been set to [] so none of the tests which use
only_ways(llvm_ways) have worked as expected.

Hopefully the tests still pass with this typo fix!
parent 0d9fb651
No related branches found
No related tags found
No related merge requests found
......@@ -176,8 +176,7 @@ opt_ways = [x[0] for x in config.way_flags.items()
if '-O' in x[1]]
llvm_ways = [x[0] for x in config.way_flags.items()
if '-fflvm' in x[1]]
if '-fllvm' in x[1]]
def get_compiler_info():
if config.unregisterised:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment