llvm-capstone/libcxxabi
Alexander Richardson e599422954
[runtimes] Fix parsing of LIB{CXX,CXXABI,UNWIND}_TEST_PARAMS (#67691)
Since 78d649a417 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 <vvereschaka@accesssoftek.com>
2023-10-04 18:11:37 -04:00
..
cmake [runtimes] Fix link order of system librarires on Apple platforms (#66940) 2023-09-21 05:10:05 -04:00
fuzz
include [libc++abi][WebAssembly] Support Wasm EH 2023-09-22 00:34:00 -07:00
lib
src [libc++abi][WebAssembly] Support Wasm EH 2023-09-22 00:34:00 -07:00
test [runtimes] Fix parsing of LIB{CXX,CXXABI,UNWIND}_TEST_PARAMS (#67691) 2023-10-04 18:11:37 -04:00
www
.clang-format
.gitignore
CMakeLists.txt [runtimes] Simplify testing configurations on GCC by using -nostdlib++ (#67021) 2023-09-21 17:21:24 -04:00
CREDITS.TXT
LICENSE.TXT