[compiler-rt] [sanitizer] Fix running sanitizer_set_report_path_test on Android (PR #99469)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 18 14:58:45 PDT 2024


https://github.com/vitalybuka approved this pull request.

Android harness collect stdout and stderr separatly on device and then dump sequentially on the host, so stdout and stderr order is wrong.

https://github.com/llvm/llvm-project/pull/99469


More information about the llvm-commits mailing list