You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[runtimes] Fix parsing of LIB{CXX,CXXABI,UNWIND}_TEST_PARAMS
Since 78d649a the recommended way to pass
an executor is to use the _TEST_PARAMS variable, which means we now pass
more complicated value (including ones that may contain multiple `=`) as
part of this variable. However, the `REGEX REPLACE` being used has greedy
matches so everything up to the last = becomes part of the variable name
which results in invalid syntax in the generated lit config file.
This was noticed due to builder failures for those using the
CrossWinToARMLinux.cmake cache file.
Co-authored-by: Vladimir Vereschaka <[email protected]>
0 commit comments