[all-commits] [llvm/llvm-project] b97b08: Fix failures
walter erquinigo via All-commits
all-commits at lists.llvm.org
Wed Jun 15 13:54:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b97b082c5a0d2b1d8a4c18865408aad35844016e
https://github.com/llvm/llvm-project/commit/b97b082c5a0d2b1d8a4c18865408aad35844016e
Author: Walter Erquinigo <wallace at fb.com>
Date: 2022-06-15 (Wed, 15 Jun 2022)
Changed paths:
M lldb/unittests/Process/Linux/PerfTests.cpp
M lldb/unittests/Utility/TraceGDBRemotePacketsTest.cpp
Log Message:
-----------
Fix failures
https://lab.llvm.org/buildbot/#/builders/17/builds/23269 breaks because
we are doing some asm calls that only work on x86
https://lab.llvm.org/buildbot/#/builders/68/builds/34092/steps/6/logs/stdio
breaks because some comparators where being done incorrectly.
More information about the All-commits
mailing list