[all-commits] [llvm/llvm-project] 2a844c: Fix macOS buildbots after https://reviews.llvm.org...
Greg Clayton via All-commits
all-commits at lists.llvm.org
Fri Dec 17 12:16:23 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2a844c8869909960fb006a668d30c7349f55ee7e
https://github.com/llvm/llvm-project/commit/2a844c8869909960fb006a668d30c7349f55ee7e
Author: Greg Clayton <gclayton at fb.com>
Date: 2021-12-17 (Fri, 17 Dec 2021)
Changed paths:
R lldb/test/API/functionalities/module_cache/universal/Makefile
M lldb/test/API/functionalities/module_cache/universal/TestModuleCacheUniversal.py
R lldb/test/API/functionalities/module_cache/universal/main.c
A lldb/test/API/functionalities/module_cache/universal/universal.yaml
Log Message:
-----------
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.
More information about the All-commits
mailing list