mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-08 14:36:07 +00:00

different compilers will put different things into __PRETTY_FUNCTION__. For instance gcc will not put a " " in the "const char *" argument, causing our regex matching to fail. This patch relaxes the regexes in this test to account for this difference. llvm-svn: 372224