Higuoxing added a comment. In D82622#2122562 <https://reviews.llvm.org/D82622#2122562>, @uweigand wrote:
> This commit causes test case failures on s390x (unfortunately hidden as the > build bot was already red due to an unrelated issue): > http://lab.llvm.org:8011/builders/clang-s390x-linux/builds/33624 > > http://lab.llvm.org:8011/builders/clang-s390x-linux/builds/33624/steps/ninja%20check%201/logs/FAIL%3A%20LLVM%3A%3ADWARF-debug_info.yaml > > At first glance, seems like this could be endian-related? Yes, if we don't specify the endianness in YAML, yaml2macho will emit binaries that have the same endianness as the host machine. I'll fix it. Thanks a lot! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D82622/new/ https://reviews.llvm.org/D82622 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits