[llvm-commits] [PATCH] test/lit.cfg: Enable the feature 'asserts' to check output of llc -version.
NAKAMURA Takumi
geek4civic at gmail.com
Tue Oct 18 01:22:40 PDT 2011
Oh no, I missed fixup patch.
-if re.match(r'with assertions', llc_cmd.stdout.read()):
+if re.search(r'with assertions', llc_cmd.stdout.read()):
FYI, on cmake build, there are build configurations "Release" "Debug"
"MinSizeRel" "RelWithDebInfo".
All of them are applicable on Linux and mingw.
...Takumi
More information about the llvm-commits
mailing list