diff options
author | Louis Dionne <ldionne@apple.com> | 2020-05-15 12:13:48 -0400 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2020-05-15 12:16:02 -0400 |
commit | bb7191aa81b858e9c979556eca55a7bc0db2d87b (patch) | |
tree | eff7a5d13882ba7f1d938017c5c2c1115f11b29c /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 4ec340c3e99c7fa4789387452864ad3cf36ab579 (diff) | |
download | llvm-bb7191aa81b858e9c979556eca55a7bc0db2d87b.zip llvm-bb7191aa81b858e9c979556eca55a7bc0db2d87b.tar.gz llvm-bb7191aa81b858e9c979556eca55a7bc0db2d87b.tar.bz2 |
[libc++] Segregate back-deployment dylibs into their own subdirectory
Otherwise, specifying (for example) the libc++.dylib from macos10.13
but the libc++abi.dylib from macos10.12 would end up adding library
paths for both the 10.12 and 10.13 dylibs, which would each contain
a copy of both libc++abi.dylib and libc++.dylib. By using a separate
directory for libc++.dylib and libc++abi.dylib, those do not conflict
anymore.
The back-deployment roots were updated to match this change.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions