| /llvm-project-15.0.7/llvm/tools/xcode-toolchain/ |
| H A D | CMakeLists.txt | 5 # developers to work without disabling SIP, this file can generate an Xcode 6 # toolchain. Xcode toolchains are a mostly-undocumented feature that allows 13 # To make this work with Xcode 7.1 and later you can install the toolchain this 37 option(LLVM_CREATE_XCODE_TOOLCHAIN "Create a target to install LLVM into an Xcode toolchain" Off) 43 # XCODE_VERSION is set by CMake when using the Xcode generator, otherwise we need 52 string(REGEX MATCH "Xcode ([0-9][0-9]?([.][0-9])+)" version_match ${xcodebuild_version}) 54 message(STATUS "Identified Xcode Version: ${CMAKE_MATCH_1}") 57 # If detecting Xcode version failed, set a crazy high version so we default 64 # Xcode 8 requires CompatibilityVersion 2 67 # Xcode 7.3 (the first version supporting external toolchains) requires [all …]
|
| /llvm-project-15.0.7/llvm/utils/gn/build/ |
| H A D | mac_sdk.gni | 7 # Set to true if you don't have Xcode installed, but do have the commandline 15 # long and almost everyone has Xcode installed. So require that people who 23 …mac_sdk_path = "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDK… 24 …ios_sdk_path = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/S… 25 …iossim_sdk_path = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D…
|
| /llvm-project-15.0.7/lldb/cmake/caches/ |
| H A D | Apple-lldb-Xcode.cmake | 3 set(CMAKE_GENERATOR Xcode CACHE STRING "") 9 # Apparently, module-enabled builds clash with Xcode's analysis. 13 # build with Xcode and didn't use this cache.
|
| H A D | Apple-lldb-macOS.cmake | 11 set(CMAKE_INSTALL_PREFIX /Applications/Xcode.app/Contents/Developer/usr CACHE STRING "") 15 set(LLDB_FRAMEWORK_INSTALL_DIR /Applications/Xcode.app/Contents/SharedFrameworks CACHE STRING "")
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | links.rst | 27 `Advanced Debugging with Xcode and LLDB (2018)`_ 31 Xcode debugging workflows. Learn how to take advantage of LLDB and 33 Xcode’s view debugging tools to solve UI issues in your app more 40 introduction to using LLDB via the console interface and within Xcode’s 77 .. _Advanced Debugging with Xcode and LLDB (2018): https://developer.apple.com/videos/play/wwdc2018…
|
| /llvm-project-15.0.7/lldb/docs/resources/ |
| H A D | caveats.rst | 36 LLDB in Xcode on macOS 39 Users of lldb in Xcode on macOS commonly run into these issues when they 45 To be sure you use the Python that matches with the lldb in Xcode use ``xcrun`` 62 system rather than Xcode, you can still use ``xcrun`` to launch the system
|
| /llvm-project-15.0.7/lldb/examples/lookup/ |
| H A D | Makefile | 10 LLDB_BUILD_DIR ?= /Applications/Xcode.app/Contents/SharedFrameworks
|
| /llvm-project-15.0.7/lldb/examples/functions/ |
| H A D | Makefile | 11 LLDB_BUILD_DIR ?= /Applications/Xcode.app/Contents/SharedFrameworks
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/ |
| H A D | lit.cfg | 3 # will fail in a multi-config environment such as Visual Studio or Xcode).
|
| /llvm-project-15.0.7/clang/cmake/caches/ |
| H A D | Apple-stage2.cmake | 25 set(LLVM_CREATE_XCODE_TOOLCHAIN ON CACHE BOOL "Generate targets to create and install an Xcode comp… 45 # Generating Xcode toolchains is useful for developers wanting to build and use
|
| H A D | Apple-stage1.cmake | 7 …set(CMAKE_INSTALL_PREFIX /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.toolch…
|
| /llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/ |
| H A D | parser_text.test | 10 …38.2 - 1000.11.38.2) <96E36F5C-1A83-39A1-8713-5FDD9701C3F1> /Applications/Xcode.app/Contents/Share… 15 # CHECK: /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/LLDB
|
| /llvm-project-15.0.7/compiler-rt/cmake/caches/ |
| H A D | Apple.cmake | 2 # This configuration matches Apple uses when shipping Xcode releases.
|
| /llvm-project-15.0.7/lldb/ |
| H A D | .gitignore | 47 # We should ignore Xcode-style embedding of llvm/ at lldb root dir.
|
| /llvm-project-15.0.7/mlir/tools/mlir-shlib/ |
| H A D | CMakeLists.txt | 18 # Xcode doesn't support object libraries, so we have to trick it into
|
| /llvm-project-15.0.7/lldb/utils/lldb-dotest/ |
| H A D | CMakeLists.txt | 41 # Multi-configuration generator like Xcode (with a matching config).
|
| /llvm-project-15.0.7/clang/www/analyzer/ |
| H A D | menu.html.incl | 20 <li><a href="/xcode.html">Using within Xcode</a></li>
|
| /llvm-project-15.0.7/clang/tools/clang-shlib/ |
| H A D | CMakeLists.txt | 10 # Xcode doesn't support object libraries, so we have to trick it into
|
| /llvm-project-15.0.7/lldb/cmake/modules/ |
| H A D | LLDBConfig.cmake | 105 if(APPLE AND CMAKE_GENERATOR STREQUAL Xcode) 108 "When building with Xcode, we recommend using the corresponding cache script. " 110 " -C ${CMAKE_SOURCE_DIR}/cmake/caches/Apple-lldb-Xcode.cmake\n"
|
| H A D | FindPythonAndSwig.cmake | 13 # The install name for the Python 3 framework in Xcode is relative to
|
| /llvm-project-15.0.7/ |
| H A D | README.md | 62 * ``Xcode`` --- for generating Xcode projects.
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | sdag-combine.ll | 48 !11 = !DIModule(scope: null, name: "Swift", includePath: "/Xcode.app/Contents/Developer/Platforms/M…
|
| /llvm-project-15.0.7/lldb/docs/man/ |
| H A D | lldb.rst | 20 :program:`lldb` is the default debugger in Xcode on macOS and supports 315 and ~/.lldbinit-Xcode for Xcode. If there is no application specific init
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | CMakeLists.txt | 262 # Workaround for Xcode-specific code-signing behavior: 266 CMAKE_GENERATOR STREQUAL "Xcode")
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | index.rst | 12 LLDB is the default debugger in Xcode on macOS and supports debugging C, 98 * on macOS with a :ref:`generated Xcode project <CMakeGeneratedXcodeProject>`
|