[all-commits] [llvm/llvm-project] af3aac: Change the mtc Makefile to check $SDKROOT value in...

Jason Molenda via All-commits all-commits at lists.llvm.org
Tue Dec 10 18:48:47 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: af3aac9a227eaf38b625137b7337365b32404068
      https://github.com/llvm/llvm-project/commit/af3aac9a227eaf38b625137b7337365b32404068
  Author: Jason Molenda <jmolenda at apple.com>
  Date:   2019-12-10 (Tue, 10 Dec 2019)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/Makefile

  Log Message:
  -----------
  Change the mtc Makefile to check $SDKROOT value instead
of depending on it being set in the environment.  Fred's change
from October assumed that SDKROOT was set in the environment
so that 'xcrun --show-sdk-path' would print the path.  If it
was passed in as a Makefile variable, it wouldn't be set in
the environment and xcrun --show-sdk-path would always show the
macOS SDK path.  When running the lldb testsuite against an ios
device via lit, this seems to be the case.




More information about the All-commits mailing list