kkwli wrote: > The `sed -r` change causes failures on the clang-aix bot > https://lab.llvm.org/buildbot/#/builders/64/builds/5911: > > ``` > Clang :: Analysis/diagnostics/sarif-diagnostics-taint-test.c > Clang :: Analysis/diagnostics/sarif-multi-diagnostic-test.c > Clang :: Analysis/diagnostics/sarif-multi-file-diagnostics.c > ``` > > as `sed -r` is not supported on AIX. Is there a way to modify these test > cases to avoid using `sed -r`?
I post https://github.com/llvm/llvm-project/pull/161242 to fix it. https://github.com/llvm/llvm-project/pull/159445 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
