diff options
author | Stefan Granitz <stefan.graenitz@gmail.com> | 2019-06-13 17:35:50 +0000 |
---|---|---|
committer | Stefan Granitz <stefan.graenitz@gmail.com> | 2019-06-13 17:35:50 +0000 |
commit | a0781b6e3a3a150818aa4c9e39e1d1c608e55fc9 (patch) | |
tree | 5634de3ec91755a2a8ba91599d5a332693949a3e /clang/lib/CodeGen/BackendUtil.cpp | |
parent | 113320d3b691b36e1e6fafc8aa0be811521e1108 (diff) | |
download | bcm5719-llvm-a0781b6e3a3a150818aa4c9e39e1d1c608e55fc9.tar.gz bcm5719-llvm-a0781b6e3a3a150818aa4c9e39e1d1c608e55fc9.zip |
[CMake] Fix generated Xcode-project ignoring output directory setting for LLDB.framework
Other generators honor the `LIBRARY_OUTPUT_DIRECTORY` target property, but apparently Xcode doesn't. So we call `set_output_directory()` as `llvm_add_library()` would do and this works.
Note that `LIBRARY_OUTPUT_DIRECTORY` is still necessary, because it's used to store and read the target's absolute build directory (while `LLDB_FRAMEWORK_BUILD_DIR` is relative!).
llvm-svn: 363280
Diffstat (limited to 'clang/lib/CodeGen/BackendUtil.cpp')
0 files changed, 0 insertions, 0 deletions