[PATCH] D106102: [analyzer][solver] Introduce reasoning for not equal to operator
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 22 04:47:29 PDT 2021
martong added a comment.
In D106102#3080339 <https://reviews.llvm.org/D106102#3080339>, @manas wrote:
> I have received a failed build on clang-ppc64be-linux (https://lab.llvm.org/buildbot/#/builders/52/builds/11704). Although, I haven't verified the commit. Is there something wrong with this commit? Is the function VisitBinaryOperator<BO_NE> reachable?
No worries, that seems to be a test suite python error that is unrelated:
Traceback (most recent call last):
File "/home/buildbots/ppc64be-clang-test/clang-ppc64be/llvm/llvm/utils/lit/lit.py", line 6, in <module>
main()
File "/home/buildbots/ppc64be-clang-test/clang-ppc64be/llvm/llvm/utils/lit/lit/main.py", line 44, in main
opts.indirectlyRunCheck)
File "/home/buildbots/ppc64be-clang-test/clang-ppc64be/llvm/llvm/utils/lit/lit/discovery.py", line 279, in find_tests_for_inputs
local_config_cache, indirectlyRunCheck)[1])
File "/home/buildbots/ppc64be-clang-test/clang-ppc64be/llvm/llvm/utils/lit/lit/discovery.py", line 130, in getTests
ts,path_in_suite = getTestSuite(path, litConfig, testSuiteCache)
File "/home/buildbots/ppc64be-clang-test/clang-ppc64be/llvm/llvm/utils/lit/lit/discovery.py", line 91, in getTestSuite
ts, relative = search(item)
File "/home/buildbots/ppc64be-clang-test/clang-ppc64be/llvm/llvm/utils/lit/lit/discovery.py", line 75, in search
cache[real_path] = res = search1(path)
File "/home/buildbots/ppc64be-clang-test/clang-ppc64be/l
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106102/new/
https://reviews.llvm.org/D106102
More information about the cfe-commits
mailing list