diff options
author | Fred Riss <friss@apple.com> | 2020-07-01 19:54:11 -0700 |
---|---|---|
committer | Fred Riss <friss@apple.com> | 2020-07-01 20:27:38 -0700 |
commit | c9f251aa6f6221a45d926bc12bd25d1833e5d945 (patch) | |
tree | 4345dde856f3466a418d420d1a00094974abc533 /llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp | |
parent | 4a674b623796dc5c5778fc6998f788044137d61d (diff) | |
download | llvm-c9f251aa6f6221a45d926bc12bd25d1833e5d945.zip llvm-c9f251aa6f6221a45d926bc12bd25d1833e5d945.tar.gz llvm-c9f251aa6f6221a45d926bc12bd25d1833e5d945.tar.bz2 |
[lldb/build.py] Always pass an SDK to the compiler on Darwin
On macOS 11, system libraries which are part of the shared cache
are not present on the filesystem anymore. This causes issues
with build.py, because it fails to link binaries with libSystem
or libc++.
The real issue is that build.py was not passing an SDK to the
compiler. The script accepts an argument for the SDK, but it
is currently unused. This patch just threads the SDK through
to the compile and link steps and this fixes a bunch of Shell
test failures on very recent macOS builds.
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp')
0 files changed, 0 insertions, 0 deletions