/llvm-project/llvm/test/Linker/ |
H A D | darwin-target-variant.ll | 11 !0 = !{i32 2, !"SDK Version", [3 x i32] [ i32 10, i32 15, i32 1 ] }; 13 !2 = !{i32 2, !"darwin.target_variant.SDK Version", [2 x i32] [ i32 13, i32 2 ] }; 23 !0 = !{i32 2, !"SDK Version", [3 x i32] [ i32 10, i32 15, i32 1 ] }; 25 !2 = !{i32 2, !"darwin.target_variant.SDK Version", [2 x i32] [ i32 13, i32 2 ] }; 35 !0 = !{i32 2, !"SDK Version", [3 x i32] [ i32 10, i32 15, i32 1 ] }; 37 !2 = !{i32 2, !"darwin.target_variant.SDK Version", [2 x i32] [ i32 13, i32 2 ] };
|
/llvm-project/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/ |
H A D | enable_dia.gni | 2 # Whether to build code that requires the Microsoft DIA SDK. 3 # If this is set, %INCLUDE% must contain ".../DIA SDK/include" 4 # and %LIB% must contain ".../DIA SDK/lib/amd64". Or use
|
H A D | BUILD.gn | 132 include_dirs = [ "$sysroot/DIA SDK/include" ] 133 dia_lib_path = "$sysroot/DIA SDK/lib" # x86 .lib file is here.
|
/llvm-project/llvm/docs/CommandGuide/ |
H A D | llvm-tli-checker.rst | 33 << TLI yes SDK no: '_ZdaPv' aka operator delete[](void*) 34 >> TLI no SDK yes: '_ZdaPvj' aka operator delete[](void*, unsigned int) 35 << Total TLI yes SDK no: 1 36 >> Total TLI no SDK yes: 1 37 == Total TLI yes SDK yes: 234 38 FAIL: LLVM TLI doesn't match SDK libraries.
|
/llvm-project/utils/bazel/ |
H A D | vulkan_sdk.bzl | 5 """Repository rule to statically link against the Vulkan SDK. 7 Requires installing the Vulkan SDK from https://vulkan.lunarg.com/. 9 If the Vulkan SDK is not installed, this generates an empty rule and you may
|
/llvm-project/compiler-rt/cmake/Modules/ |
H A D | CompilerRTDarwinUtils.cmake | 10 set(DARWIN_${sdk_name}_CACHED_SYSROOT "" CACHE STRING "Darwin SDK path for SDK ${sdk_name}.") 11 set(DARWIN_PREFER_PUBLIC_SDK OFF CACHE BOOL "Prefer Darwin public SDK, even when an internal SDK is present.") 18 # Let's first try the internal SDK, otherwise use the public SDK. 42 set(DARWIN_${sdk_name}_CACHED_SYSROOT ${var_internal} CACHE STRING "Darwin SDK path for SDK ${sdk_name}." FORCE) 47 message(WARNING "Overriding ${sdk_name} SDK version to ${DARWIN_${sdk_name}_OVERRIDE_SDK_VERSION}") 53 # Let's first try the internal SDK, otherwis [all...] |
/llvm-project/llvm/test/MC/MachO/ |
H A D | darwin-target-variant-reverse.ll | 5 !0 = !{i32 2, !"SDK Version", [2 x i32] [ i32 13, i32 1 ] }; 7 !2 = !{i32 2, !"darwin.target_variant.SDK Version", [2 x i32] [ i32 10, i32 15 ] };
|
H A D | darwin-target-variant.ll | 6 !0 = !{i32 2, !"SDK Version", [3 x i32] [ i32 10, i32 15, i32 1 ] }; 8 !2 = !{i32 2, !"darwin.target_variant.SDK Version", [2 x i32] [ i32 13, i32 2 ] };
|
H A D | darwin-sdk-version.ll | 6 !0 = !{i32 2, !"SDK Version", [3 x i32] [ i32 10, i32 14, i32 2 ] };
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | CMakeLists.txt | 119 # Ideally we would check the SDK version for the actual platform we are 120 # building for here. To make our lifes easier we assume the host SDK setup is 121 # sane and use the macOS SDK version as a proxy for aligned SDKs. 124 message(FATAL_ERROR "Building the TSan runtime requires at least macOS SDK 10.12 (or aligned SDK on other platforms)")
|
/llvm-project/lldb/docs/resources/ |
H A D | extensions.rst | 123 Apple SDK information 126 Clang and the Swift compiler emit information about the Xcode SDK that 128 The ``DW_AT_LLVM_sysroot`` attribute points to the SDK root 130 attribute contains the name of the SDK, for example ``MacOSX.sdk``.
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Darwin.cpp | 1260 // specified SDK path. in GetDefaultDwarfVersion() 1415 // Assume SDK has path: SOME_PATH/SDKs/PlatformXX.YY.sdk in addProfileRTLibs() 1419 StringRef SDK = *IT; in addProfileRTLibs() 1420 if (SDK.ends_with(".sdk")) in addProfileRTLibs() 1421 return SDK.slice(0, SDK.size() - 4); in addProfileRTLibs() 1650 // it never went into the SDK. in isExplicitlySpecified() 1661 /// If the macOS SDK version is the same or earlier than the system version, in addOSVersionMinArgument() 1662 /// then the SDK version is returned. Otherwise the system version is returned. in addOSVersionMinArgument() 1695 /// The OS was inferred from the SDK in getAsString() 1345 StringRef SDK = *IT; getSDKName() local 1975 StringRef SDK = Darwin::getSDKName(isysroot); inferDeploymentTargetFromSDK() local 1995 __anon04f643700402(StringRef SDK) inferDeploymentTargetFromSDK() argument 2390 StringRef SDK = getSDKName(A->getValue()); AddDeploymentTarget() local [all...] |
/llvm-project/lld/test/COFF/ |
H A D | print-search-paths.s | 12 # CHECK-NEXT: [[SYSROOT]]{{[/\\]}}sysroot{{[/\\]}}DIA SDK{{[/\\]}}lib{{[/\\]}}amd64 22 # X86-NEXT: [[SYSROOT]]{{[/\\]}}sysroot{{[/\\]}}DIA SDK{{[/\\]}}lib
|
/llvm-project/llvm/cmake/platforms/ |
H A D | WinMsvc.cmake | 49 # matches that of the Windows SDK installation on a standard Windows machine. 52 # Note that if you install Windows SDK to a windows machine and simply copy the 77 # SDK and C++ STL headers and libraries on your host. Additionally, since the 79 # up a VFS overlay for the SDK headers and case-correcting symlinks for the 211 # that the Windows SDK / MSVC STL directories look kosher. 248 "valid Windows SDK installation")
|
/llvm-project/lldb/source/Host/macosx/objcxx/ |
H A D | HostInfoMacOSX.mm | 365 "Error while searching for Xcode SDK: {0}"); 434 // xcrun didn't find a matching SDK. Not an error, we'll try 466 "Unrecognized SDK type: " + sdk.GetString()); 518 LLDB_LOG(log, "Couldn't find SDK {0} on host", sdk_name); 532 LLDB_LOG(log, "Couldn't find any matching SDK on host"); 538 LLDB_LOG(log, "SDK returned by xcrun doesn't exist"); 540 "SDK returned by xcrun doesn't exist"); 601 "Unrecognized SDK type: " +
|
/llvm-project/clang/test/Driver/ |
H A D | cl-sysroot.cpp | 39 #--- DIA SDK/include/cvconst.h
|
/llvm-project/llvm/cmake/ |
H A D | config-ix.cmake | 576 set(MSVC_DIA_SDK_DIR "${LLVM_WINSYSROOT}/DIA SDK" CACHE PATH 577 "Path to the DIA SDK") 579 set(MSVC_DIA_SDK_DIR "$ENV{VSINSTALLDIR}DIA SDK" CACHE PATH 580 "Path to the DIA SDK") 583 # See if the DIA SDK is available and usable. 585 # for MSVC 2013 to write the DIA SDK into the Visual Studio 2012 589 # the DIA SDK folder exists. Should this happen you will need to 597 option(LLVM_ENABLE_DIA_SDK "Use MSVC DIA SDK for debugging if available." 601 message(FATAL_ERROR "DIA SDK not found. If you have both VS 2012 and 2013 installed, you may need to uninstall the former and re-install the latter afterwards.")
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | MachO.h | 774 getVersionMinMajor(MachO::version_min_command &C, bool SDK) { in getVersionMinMajor() argument 775 uint32_t VersionOrSDK = (SDK) ? C.sdk : C.version; in getVersionMinMajor() 780 getVersionMinMinor(MachO::version_min_command &C, bool SDK) { in getVersionMinMinor() argument 781 uint32_t VersionOrSDK = (SDK) ? C.sdk : C.version; in getVersionMinMinor() 786 getVersionMinUpdate(MachO::version_min_command &C, bool SDK) { in getVersionMinUpdate() argument 787 uint32_t VersionOrSDK = (SDK) ? C.sdk : C.version; in getVersionMinUpdate()
|
/llvm-project/llvm/test/Linker/Inputs/ |
H A D | empty-objc.ll | 6 !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 10, i32 15]}
|
/llvm-project/llvm/test/Bitcode/ |
H A D | upgrade-garbage-collection-for-objc.ll | 11 !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 10, i32 15]}
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/altera/ |
H A D | kernel-name-restriction.rst | 14 `Intel FPGA SDK for OpenCL Pro Edition: Programming Guide
|
/llvm-project/llvm/docs/ |
H A D | HowToBuildWindowsItaniumPrograms.rst | 11 This environment can use the Windows SDK headers directly and does not required additional 21 * Is compatible with MS Windows SDK include headers. 30 * The MS SDK is installed as part of MS Visual Studio.
|
/llvm-project/cross-project-tests/debuginfo-tests/win_cdb-tests/ |
H A D | README.txt | 4 Windows SDK. The debugger command language that cdb uses is very different from
|
/llvm-project/llvm/test/Transforms/MemCpyOpt/ |
H A D | aggregate-type-crash.ll | 32 !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 10, i32 14]}
|
/llvm-project/llvm/test/CodeGen/X86/ |
H A D | no-non-zero-debug-loc-prologue.ll | 13 !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 12, i32 0]}
|