testsuite: Only run llvm ways if llc is available
As noted in #18560, we previously would always run the LLVM ways since `configure` would set `SettingsLlcCommand` to something non-null when it otherwise couldn't find the `llc` executable. Now we rather probe for the existence of the `llc` executable in the testsuite driver. Fixes #18560.
Showing
- hadrian/src/Settings/Builders/RunTest.hs 0 additions, 3 deletionshadrian/src/Settings/Builders/RunTest.hs
- testsuite/config/ghc 11 additions, 4 deletionstestsuite/config/ghc
- testsuite/driver/testglobals.py 3 additions, 0 deletionstestsuite/driver/testglobals.py
- testsuite/mk/test.mk 0 additions, 12 deletionstestsuite/mk/test.mk
Loading
Please register or sign in to comment