summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorAlex Langford <apl@fb.com>2018-09-12 18:10:22 +0000
committerAlex Langford <apl@fb.com>2018-09-12 18:10:22 +0000
commitaad4027dc3b6e96fb949242a0635ef69151d6d70 (patch)
tree74236d8ec5e6b5fb2acc2238b2a3cea1a88d82ff /llvm/lib/Transforms
parent468722ee9f74cf4eedc4b6bf2db34e43be6b7ec7 (diff)
downloadbcm5719-llvm-aad4027dc3b6e96fb949242a0635ef69151d6d70.tar.gz
bcm5719-llvm-aad4027dc3b6e96fb949242a0635ef69151d6d70.zip
Add compatibility version to liblldb in framework builds
Summary: Building LLDB with xcodebuild sets the compatibility version of liblldb in LLDB.framework. Building the framework with cmake does not set the compatibility version, and so it defaults to 0.0.0. This is a discrepency in the difference between the xcode build and the cmake build. I tested this change by building without this patch. From the build tree I ran `otool -L Library/Frameworks/LLDB.framework/Versions/A/LLDB` and got this: ``` @rpath/LLDB.framework/Versions/A/LLDB (compatibility version 0.0.0, current version 8.0.0) ``` Did the same with this patch and the output contained this: ``` @rpath/LLDB.framework/Versions/A/LLDB (compatibility version 1.0.0, current version 8.0.0) ``` Reviewers: clayborg, labath Subscribers: mgorny, lldb-commits Differential Revision: https://reviews.llvm.org/D51959 llvm-svn: 342066
Diffstat (limited to 'llvm/lib/Transforms')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud