[Lldb-commits] [PATCH] D115324: Added the ability to cache the finalized symbol tables subsequent debug sessions to start faster.
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 17 12:17:39 PST 2021
clayborg added a comment.
Some mac buildbots were failing due to "lldb/test/API/functionalities/module_cache/universal/TestModuleCacheUniversal.py" failing to build the executable with the makefile due to lack of arm64 support in the SDK that was being used.
commit 2a844c8869909960fb006a668d30c7349f55ee7e <https://reviews.llvm.org/rG2a844c8869909960fb006a668d30c7349f55ee7e> (HEAD -> main, origin/main, origin/HEAD)
Author: Greg Clayton <gclayton at fb.com>
Date: Fri Dec 17 12:14:44 2021 -0800
Fix macOS buildbots after https://reviews.llvm.org/D115324.
The test was attempting to make a universal x86_64/arm64 binary, but some older bots don't have a macOS SDK that can handle this. Switching over to using a yaml file instead should solve the problem.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115324/new/
https://reviews.llvm.org/D115324
More information about the lldb-commits
mailing list