/llvm-project/clang/test/SemaObjC/ |
H A D | unguarded-availability.m | 8 …{'new_int' has been marked as being introduced in macOS 10.12 here, but the deployment target is m… 10 …unc_10_11' has been marked as being introduced in macOS 10.11 here, but the deployment target is m… 13 …unc_10_12' has been marked as being introduced in macOS 10.12 here, but the deployment target is m… 15 …unc_10_12' has been marked as being introduced in macOS 10.12 here, but the deployment target is m… 20 …func_10_11(); // expected-warning{{'func_10_11' is only available on macOS 10.11 or newer}} expect… 25 …func_10_11(); // expected-warning{{'func_10_11' is only available on macOS 10.11 or newer}} expect… 42 …func_10_12(); // expected-warning{{'func_10_12' is only available on macOS 10.12 or newer}} expect… 48 …func_10_11(); // expected-warning{{'func_10_11' is only available on macOS 10.11 or newer}} expect… 51 …func_10_11(); // expected-warning{{'func_10_11' is only available on macOS 10.11 or newer}} expect… 53 if (@available(macOS 10.11, *)) { [all …]
|
H A D | attr-availability.m | 8 …oto_method' has been marked as being introduced in macOS 10.8 here, but the deployment target is m… 16 …tialMethod' has been marked as being introduced in macOS 10.8 here, but the deployment target is m… 32 …/ expected-warning{{overriding method introduced after overridden method on macOS (10.4 vs. 10.3)}} 35 … expected-warning{{overriding method deprecated before overridden method on macOS (10.3 vs. 10.2)}} 37 …lable))); // expected-warning{{overriding method cannot be unavailable on macOS when its overridde… 42 [a method]; // expected-warning{{'method' is deprecated: first deprecated in macOS 10.2}} 44 …[a proto_method]; // expected-warning{{'proto_method' is deprecated: first deprecated in macOS 10.… 45 …[b proto_method]; // expected-warning{{'proto_method' is deprecated: first deprecated in macOS 10.… 48 …// expected-warning@+2 {{'partialMethod' is only available on macOS 10.8 or newer}} expected-note@… 53 …// expected-warning@+2 {{'partial_proto_method' is only available on macOS 10.8 or newer}} expecte… [all …]
|
H A D | attr-availability-1.m | 26 …/ expected-warning{{overriding method introduced after overridden method on macOS (10.4 vs. 10.3)}} 29 … expected-warning{{overriding method deprecated before overridden method on macOS (10.3 vs. 10.2)}} 31 …lable))); // expected-warning{{overriding method cannot be unavailable on macOS when its overridde… 35 [a method]; // expected-warning{{'method' is deprecated: first deprecated in macOS 10.2}} 37 …[a proto_method]; // expected-warning{{'proto_method' is deprecated: first deprecated in macOS 10.… 38 …[b proto_method]; // expected-warning{{'proto_method' is deprecated: first deprecated in macOS 10.… 57 [super method]; // expected-warning {{'method' is deprecated: first deprecated in macOS 10.2}} 110 … interface_method]; // expected-error {{'interface_method' is unavailable: not available on macOS}} 112 [pa strange_method]; // expected-error {{'strange_method' is unavailable: not available on macOS}}
|
H A D | property-noninherited-availability-attr.m | 23 …y.myProperty = 0; // expected-warning {{'myProperty' is deprecated: first deprecated in macOS 10.8… 24 …y myProperty]; // expected-warning {{'myProperty' is deprecated: first deprecated in macOS 10.8}} 32 …operty]; // expected-warning {{'myProtocolProperty' is deprecated: first deprecated in macOS 10.8}}
|
H A D | unguarded-availability-new.m | 99 …// expected-warning@-3 {{'new_int' is only available on macOS 10.14 or newer}} expected-note@-3 {{… 116 // expected-warning@-3 {{'previouslyAvailable' is only available on macOS 10.12 or newer}} 123 // expected-warning@-3 {{'currentlyAvailable' is only available on macOS 10.13 or newer}} 139 // expected-warning@-3 {{'willBeAvailabile' is only available on macOS 10.14 or newer}}
|
/llvm-project/clang/test/Sema/ |
H A D | attr-availability-iosmac-infer-from-macos.c | 4 void f0(void) __attribute__((availability(macOS, introduced = 10.11))); 5 void f1(void) __attribute__((availability(macOS, introduced = 10.15))); 7 availability(macOS, introduced = 10.11, 10 __attribute__((availability(macOS, introduced = 10.11, deprecated = 10.14))) 14 __attribute__((availability(macOS, introduced = 10, deprecated = 100000))); 16 void fAvail(void) __attribute__((availability(macOS, unavailable))); 18 void f16(void) __attribute__((availability(macOS, introduced = 11.0))); 23 void fObs(void) __attribute__((availability(macOS, introduced = 10.11, obsoleted = 10.15))); // exp… 25 void fAPItoDepr(void) __attribute__((availability(macOS, introduced = 10.11, deprecated = 100000))); 27 void dontRemapFutureVers(void) __attribute__((availability(macOS, introduced = 20))); [all …]
|
H A D | availability-guard-format.mm | 6 …ethod_bar' has been marked as being introduced in macOS 10.12 here, but the deployment target is m… 11 // expected-warning {{'method_bar' is only available on macOS 10.12 or newer}} \ 13 // CHECK: "fix-it:.*if (@available(macOS 10.12, *))"
|
H A D | attr-availability-macosx.c | 13 void f6(int) __attribute__((availability(macOS,strict,introduced=10.6))); //expected-note{{'f6' has… 30 expected-error{{'not_yet_introduced_struct' is unavailable: introduced in macOS 10.6}} 48 struct __attribute__((availability(macOS,strict,introduced=10.9))) type_info // \
|
H A D | attr-availability-iosmac-infer-from-macos-no-sdk-settings.c | 3 void f0(void) __attribute__((availability(macOS, introduced = 10.11))); 5 void f1(void) __attribute__((availability(macOS, introduced = 10.15)));
|
/llvm-project/clang/test/FixIt/ |
H A D | fixit-availability.mm | 10 // CHECK: fix-it:{{.*}}:{[[@LINE-1]]:3-[[@LINE-1]]:3}:"if (@available(macOS 10.12, *)) {\n " 13 // CHECK: fix-it:{{.*}}:{[[@LINE-1]]:3-[[@LINE-1]]:3}:"if (@available(macOS 10.12, *)) {\n " 16 // CHECK: fix-it:{{.*}}:{[[@LINE-1]]:3-[[@LINE-1]]:3}:"if (@available(macOS 10.12, *)) {\n " 20 // CHECK: fix-it:{{.*}}:{[[@LINE-1]]:5-[[@LINE-1]]:5}:"if (@available(macOS 10.12, *)) {\n " 24 // CHECK: fix-it:{{.*}}:{[[@LINE-1]]:3-[[@LINE-1]]:3}:"if (@available(macOS 10.12, *)) {\n " 27 // CHECK: fix-it:{{.*}}:{[[@LINE-1]]:3-[[@LINE-1]]:3}:"if (@available(macOS 10.12, *)) {\n " 31 // CHECK: fix-it:{{.*}}:{[[@LINE-1]]:3-[[@LINE-1]]:3}:"if (@available(macOS 10.12, *)) {\n " 36 // CHECK: fix-it:{{.*}}:{[[@LINE-1]]:5-[[@LINE-1]]:5}:"if (@available(macOS 10.12, *)) {\n " 41 // CHECK: fix-it:{{.*}}:{[[@LINE-1]]:5-[[@LINE-1]]:5}:"if (@available(macOS 10.12, *)) {\n " 46 // CHECK: fix-it:{{.*}}:{[[@LINE-1]]:5-[[@LINE-1]]:5}:"if (@available(macOS 10.1 [all...] |
/llvm-project/lld/test/MachO/invalid/ |
H A D | incompatible-arch.s | 13 # RUN: %lld -dylib -arch arm64 -platform_version macOS 10.14 10.15 -o %t/out.dylib %t/test.o 17 # DYLIB-PLAT: {{.*}}out.dylib has platform macOS, which is different from target platform iOS 19 # RUN: %lld -lSystem -dylib -arch arm64 -platform_version macOS 10.14.0 10.15.0 %t/out.dylib -o /de… 21 # RUN: %no-fatal-warnings-lld -lSystem -dylib -arch arm64 -platform_version macOS 10.13.0 10.15.0 %… 29 # OBJ-PLAT: {{.*}}test_x86.o has platform macOS, which is different from target platform iOS 31 # RUN: %lld %t/test_x86.o -lSystem -arch x86_64 -platform_version macOS 10.15.0 10.15.0 -o /dev/null 33 # RUN: %no-fatal-warnings-lld %t/test_x86.o -lSystem -arch x86_64 -platform_version macOS 10.14.0 1…
|
/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
H A D | MachOPlatformTest.cpp | 22 auto macOS = MachOPlatform::HeaderOptions::BuildVersionOpts::fromTriple( in TEST() local 24 EXPECT_TRUE(macOS); in TEST() 25 EXPECT_EQ(macOS->Platform, MachO::PLATFORM_MACOS); in TEST()
|
/llvm-project/lldb/docs/resources/ |
H A D | caveats.rst | 22 For example, on macOS, if you build and link against Python from 33 LLDB in Xcode on macOS 36 Users of lldb in Xcode on macOS commonly run into these issues when they 68 versions of macOS will not include Python 2.7.
|
/llvm-project/clang/test/Index/ |
H A D | complete-available.m | 4 if (@available(macOS 10.10, *)) { 15 // CHECK: {TypedText macOS} (40)
|
/llvm-project/llvm/utils/gn/secondary/lldb/tools/lldb-dap/ |
H A D | BUILD.gn | 38 # FIXME: rpath/install_name stuff on macOS for framework on macOS
|
/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/ |
H A D | no_threadState.ips | 1 …p_devs":1,"is_first_party":1,"etl_key":"3","bug_type":"309","os_version":"macOS 11.3","incident_id… 16 "train" : "macOS 11.3",
|
H A D | a.out.ips | 1 …p_devs":1,"is_first_party":1,"etl_key":"3","bug_type":"309","os_version":"macOS 11.3","incident_id… 16 "train" : "macOS 11.3",
|
/llvm-project/llvm/test/tools/llvm-objcopy/ |
H A D | tool-name.test | 25 ## This driver emulates install_name_tool on macOS. 35 ## This driver emulates bitcode_strip on macOS.
|
/llvm-project/lldb/docs/ |
H A D | index.rst | 13 LLDB is the default debugger in Xcode on macOS and supports debugging C, 55 On macOS the shared library is exposed as a framework named LLDB.framework, 72 * macOS debugging for i386, x86_64 and AArch64 103 * on macOS with a :ref:`generated Xcode project <CMakeGeneratedXcodeProject>`
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | CMakeLists.txt | 24 "See 'Code Signing on macOS' in the documentation." 92 #warning Building for macOS 94 #error Not building for macOS 113 …"Identity override for debugserver; see 'Code Signing on macOS' in the documentation (Darwin only)…
|
/llvm-project/clang/test/SemaCXX/ |
H A D | suppress-availability-error-cf-options.cpp | 6 __attribute__((availability(macOS, unavailable)))
|
/llvm-project/lldb/test/API/functionalities/mtc/simple/ |
H A D | Makefile | 5 ifeq (,$(findstring macOS,$(SDKROOT)))
|
/llvm-project/llvm/test/Instrumentation/AddressSanitizer/ |
H A D | dynamic-shadow-darwin.ll | 11 ; // macOS does not use dynamic shadow placement on x86_64 13 ; // macOS does use dynamic shadow placement on arm64
|
/llvm-project/lldb/source/Host/macosx/objcxx/ |
H A D | PosixSpawnResponsible.h | 27 if (@available(macOS 10.14, *)) { in setup_posix_spawn_responsible_flag()
|
/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
H A D | JITLoaderGDBProperties.td | 8 Desc<"Enable GDB's JIT compilation interface (default: enabled on all platforms except macOS)">;
|