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 <gclay...@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

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to