• Home
  • Raw
  • Download

Lines Matching refs:framework

1 message(STATUS "LLDB.framework: build path is '${LLDB_FRAMEWORK_ABSOLUTE_BUILD_DIR}'")
2 message(STATUS "LLDB.framework: install path is '${LLDB_FRAMEWORK_INSTALL_DIR}'")
3 message(STATUS "LLDB.framework: resources subdirectory is 'Versions/${LLDB_FRAMEWORK_VERSION}/Resou…
5 # Configure liblldb as a framework bundle
18 MACOSX_FRAMEWORK_IDENTIFIER com.apple.LLDB.framework
28 # Note: iOS doesn't specify version, as the framework layout is flat.
32 MACOSX_FRAMEWORK_IDENTIFIER com.apple.LLDB.framework
40 # generators. Overwrite to account for special framework output directory.
48 # Affects the layout of the framework bundle (default is macOS layout).
60 # On iOS, there is no versioned framework layout. Skip this symlink step.
62 # Apart from this one, CMake creates all required symlinks in the framework bundle.
66 ${LLDB_FRAMEWORK_ABSOLUTE_BUILD_DIR}/LLDB.framework/Headers
67 COMMENT "LLDB.framework: create Headers symlink"
71 # At configuration time, collect headers for the framework bundle and copy them
89 COMMENT "LLDB.framework: collect framework header")
94 # Wrap output in a target, so lldb-framework can depend on it.
99 # At build time, copy the staged headers into the framework bundle (and do
103 …COMMAND ${LLDB_SOURCE_DIR}/scripts/framework-header-fix.sh $<TARGET_FILE_DIR:liblldb>/Headers ${LL…
104 COMMENT "LLDB.framework: copy framework headers"
123 COMMENT "LLDB.framework: copy clang vendor-specific headers"
127 # IOS framework bundles are flat
132 ${LLDB_FRAMEWORK_ABSOLUTE_BUILD_DIR}/LLDB.framework/XPCServices
133 COMMENT "LLDB.framework: create symlink XPCServices"
137 # Add an rpath pointing to the directory where LLDB.framework is installed.