clang 23.0.0git
Darwin.h
Go to the documentation of this file.
1//===--- Darwin.h - Darwin ToolChain Implementations ------------*- C++ -*-===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8
9#ifndef LLVM_CLANG_LIB_DRIVER_TOOLCHAINS_DARWIN_H
10#define LLVM_CLANG_LIB_DRIVER_TOOLCHAINS_DARWIN_H
11
18#include "clang/Driver/Tool.h"
21
22namespace clang {
23namespace driver {
24
25namespace toolchains {
26class MachO;
27} // end namespace toolchains
28
29namespace tools {
30
31namespace darwin {
32llvm::Triple::ArchType getArchTypeForMachOArchName(StringRef Str);
33void setTripleTypeForMachOArchName(llvm::Triple &T, StringRef Str,
34 const llvm::opt::ArgList &Args);
35
36class LLVM_LIBRARY_VISIBILITY MachOTool : public Tool {
37 virtual void anchor();
38
39protected:
40 void AddMachOArch(const llvm::opt::ArgList &Args,
41 llvm::opt::ArgStringList &CmdArgs) const;
42
44 return reinterpret_cast<const toolchains::MachO &>(getToolChain());
45 }
46
47public:
48 MachOTool(const char *Name, const char *ShortName, const ToolChain &TC)
49 : Tool(Name, ShortName, TC) {}
50};
51
52class LLVM_LIBRARY_VISIBILITY Assembler : public MachOTool {
53public:
55 : MachOTool("darwin::Assembler", "assembler", TC) {}
56
57 bool hasIntegratedCPP() const override { return false; }
58
59 void ConstructJob(Compilation &C, const JobAction &JA,
60 const InputInfo &Output, const InputInfoList &Inputs,
61 const llvm::opt::ArgList &TCArgs,
62 const char *LinkingOutput) const override;
63};
64
65class LLVM_LIBRARY_VISIBILITY Linker : public MachOTool {
66 bool NeedsTempPath(const InputInfoList &Inputs) const;
67 void AddLinkArgs(Compilation &C, const llvm::opt::ArgList &Args,
68 llvm::opt::ArgStringList &CmdArgs,
69 const InputInfoList &Inputs, VersionTuple Version,
70 bool LinkerIsLLD, bool UsePlatformVersion) const;
71
72public:
73 Linker(const ToolChain &TC) : MachOTool("darwin::Linker", "linker", TC) {}
74
75 bool hasIntegratedCPP() const override { return false; }
76 bool isLinkJob() const override { return true; }
77
78 void ConstructJob(Compilation &C, const JobAction &JA,
79 const InputInfo &Output, const InputInfoList &Inputs,
80 const llvm::opt::ArgList &TCArgs,
81 const char *LinkingOutput) const override;
82};
83
84class LLVM_LIBRARY_VISIBILITY StaticLibTool : public MachOTool {
85public:
87 : MachOTool("darwin::StaticLibTool", "static-lib-linker", TC) {}
88
89 bool hasIntegratedCPP() const override { return false; }
90 bool isLinkJob() const override { return true; }
91
92 void ConstructJob(Compilation &C, const JobAction &JA,
93 const InputInfo &Output, const InputInfoList &Inputs,
94 const llvm::opt::ArgList &TCArgs,
95 const char *LinkingOutput) const override;
96};
97
98class LLVM_LIBRARY_VISIBILITY Lipo : public MachOTool {
99public:
100 Lipo(const ToolChain &TC) : MachOTool("darwin::Lipo", "lipo", TC) {}
101
102 bool hasIntegratedCPP() const override { return false; }
103
104 void ConstructJob(Compilation &C, const JobAction &JA,
105 const InputInfo &Output, const InputInfoList &Inputs,
106 const llvm::opt::ArgList &TCArgs,
107 const char *LinkingOutput) const override;
108};
109
110class LLVM_LIBRARY_VISIBILITY Dsymutil : public MachOTool {
111public:
113 : MachOTool("darwin::Dsymutil", "dsymutil", TC) {}
114
115 bool hasIntegratedCPP() const override { return false; }
116 bool isDsymutilJob() const override { return true; }
117
118 void ConstructJob(Compilation &C, const JobAction &JA,
119 const InputInfo &Output, const InputInfoList &Inputs,
120 const llvm::opt::ArgList &TCArgs,
121 const char *LinkingOutput) const override;
122};
123
124class LLVM_LIBRARY_VISIBILITY VerifyDebug : public MachOTool {
125public:
127 : MachOTool("darwin::VerifyDebug", "dwarfdump", TC) {}
128
129 bool hasIntegratedCPP() const override { return false; }
130
131 void ConstructJob(Compilation &C, const JobAction &JA,
132 const InputInfo &Output, const InputInfoList &Inputs,
133 const llvm::opt::ArgList &TCArgs,
134 const char *LinkingOutput) const override;
135};
136} // end namespace darwin
137} // end namespace tools
138
139namespace toolchains {
140
141class LLVM_LIBRARY_VISIBILITY MachO : public ToolChain {
142protected:
143 Tool *buildAssembler() const override;
144 Tool *buildLinker() const override;
145 Tool *buildStaticLibTool() const override;
146 Tool *getTool(Action::ActionClass AC) const override;
147
148 void
149 addClangTargetOptions(const llvm::opt::ArgList &DriverArgs,
150 llvm::opt::ArgStringList &CC1Args,
151 Action::OffloadKind DeviceOffloadKind) const override;
152
153private:
154 mutable std::unique_ptr<tools::darwin::Lipo> Lipo;
155 mutable std::unique_ptr<tools::darwin::Dsymutil> Dsymutil;
156 mutable std::unique_ptr<tools::darwin::VerifyDebug> VerifyDebug;
157
158 /// The version of the linker known to be available in the tool chain.
159 mutable std::optional<VersionTuple> LinkerVersion;
160
161public:
162 MachO(const Driver &D, const llvm::Triple &Triple,
163 const llvm::opt::ArgList &Args);
164 ~MachO() override;
165
166 /// @name MachO specific toolchain API
167 /// {
168
169 /// Get the "MachO" arch name for a particular compiler invocation. For
170 /// example, Apple treats different ARM variations as distinct architectures.
171 StringRef getMachOArchName(const llvm::opt::ArgList &Args) const;
172
173 /// Get the version of the linker known to be available for a particular
174 /// compiler invocation (via the `-mlinker-version=` arg).
175 VersionTuple getLinkerVersion(const llvm::opt::ArgList &Args) const;
176
177 /// Add the linker arguments to link the ARC runtime library.
178 virtual void AddLinkARCArgs(const llvm::opt::ArgList &Args,
179 llvm::opt::ArgStringList &CmdArgs) const {}
180
181 /// Add the linker arguments to link the compiler runtime library.
182 ///
183 /// FIXME: This API is intended for use with embedded libraries only, and is
184 /// misleadingly named.
185 virtual void AddLinkRuntimeLibArgs(const llvm::opt::ArgList &Args,
186 llvm::opt::ArgStringList &CmdArgs,
187 bool ForceLinkBuiltinRT = false) const;
188
189 virtual void addStartObjectFileArgs(const llvm::opt::ArgList &Args,
190 llvm::opt::ArgStringList &CmdArgs) const {
191 }
192
193 virtual void addMinVersionArgs(const llvm::opt::ArgList &Args,
194 llvm::opt::ArgStringList &CmdArgs) const {}
195
196 virtual void addPlatformVersionArgs(const llvm::opt::ArgList &Args,
197 llvm::opt::ArgStringList &CmdArgs) const {
198 }
199
200 virtual bool HasPlatformPrefix(const llvm::Triple &T) const { return false; }
201
203 const llvm::Triple &T) const {}
204
205 /// On some iOS platforms, kernel and kernel modules were built statically. Is
206 /// this such a target?
207 virtual bool isKernelStatic() const { return false; }
208
209 /// Is the target either iOS or an iOS simulator?
210 bool isTargetIOSBased() const { return false; }
211
212 /// Options to control how a runtime library is linked.
213 enum RuntimeLinkOptions : unsigned {
214 /// Link the library in even if it can't be found in the VFS.
216
217 /// Use the embedded runtime from the macho_embedded directory.
219
220 /// Emit rpaths for @executable_path as well as the resource directory.
221 RLO_AddRPath = 1 << 2,
222 };
223
224 /// Add a runtime library to the list of items to link.
225 void AddLinkRuntimeLib(const llvm::opt::ArgList &Args,
226 llvm::opt::ArgStringList &CmdArgs, StringRef Component,
227 RuntimeLinkOptions Opts = RuntimeLinkOptions(),
228 bool IsShared = false) const;
229
230 /// Add any profiling runtime libraries that are needed. This is essentially a
231 /// MachO specific version of addProfileRT in Tools.cpp.
232 void addProfileRTLibs(const llvm::opt::ArgList &Args,
233 llvm::opt::ArgStringList &CmdArgs) const override {
234 // There aren't any profiling libs for embedded targets currently.
235 }
236
237 // Return the full path of the compiler-rt library on a non-Darwin MachO
238 // system. Those are under
239 // <resourcedir>/lib/darwin/macho_embedded/<...>(.dylib|.a).
240 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
242 bool IsFortran = false) const override;
243
244 /// }
245 /// @name ToolChain Implementation
246 /// {
247
248 types::ID LookupTypeForExtension(StringRef Ext) const override;
249
250 bool HasNativeLLVMSupport() const override;
251
252 llvm::opt::DerivedArgList *
253 TranslateArgs(const llvm::opt::DerivedArgList &Args, StringRef BoundArch,
254 Action::OffloadKind DeviceOffloadKind) const override;
255
256 bool IsBlocksDefault() const override {
257 // Always allow blocks on Apple; users interested in versioning are
258 // expected to use /usr/include/Block.h.
259 return true;
260 }
261
262 bool IsMathErrnoDefault() const override { return false; }
263
264 bool IsEncodeExtendedBlockSignatureDefault() const override { return true; }
265
266 bool IsObjCNonFragileABIDefault() const override {
267 // Non-fragile ABI is default for everything but i386.
268 return getTriple().getArch() != llvm::Triple::x86;
269 }
270
271 bool UseObjCMixedDispatch() const override { return true; }
272
273 UnwindTableLevel
274 getDefaultUnwindTableLevel(const llvm::opt::ArgList &Args) const override;
275
279
280 bool isPICDefault() const override;
281 bool isPIEDefault(const llvm::opt::ArgList &Args) const override;
282 bool isPICDefaultForced() const override;
283
284 bool SupportsProfiling() const override;
285
286 bool UseDwarfDebugFlags() const override;
287 std::string GetGlobalDebugPathRemapping() const override;
288
289 llvm::ExceptionHandling
290 GetExceptionModel(const llvm::opt::ArgList &Args) const override {
291 return llvm::ExceptionHandling::None;
292 }
293
294 virtual StringRef getOSLibraryNameSuffix(bool IgnoreSim = false) const {
295 return "";
296 }
297
298 // Darwin toolchain uses legacy thin LTO API, which is not
299 // capable of unit splitting.
300 bool canSplitThinLTOUnit() const override { return false; }
301 /// }
302};
303
304/// Apple specific MachO extensions
305class LLVM_LIBRARY_VISIBILITY AppleMachO : public MachO {
306public:
307 AppleMachO(const Driver &D, const llvm::Triple &Triple,
308 const llvm::opt::ArgList &Args);
309 ~AppleMachO() override;
310
311 /// }
312 /// @name Apple Specific ToolChain Implementation
313 /// {
314 void
315 AddClangSystemIncludeArgs(const llvm::opt::ArgList &DriverArgs,
316 llvm::opt::ArgStringList &CC1Args) const override;
317
318 void AddCudaIncludeArgs(const llvm::opt::ArgList &DriverArgs,
319 llvm::opt::ArgStringList &CC1Args) const override;
320 void AddHIPIncludeArgs(const llvm::opt::ArgList &DriverArgs,
321 llvm::opt::ArgStringList &CC1Args) const override;
322 void addSYCLIncludeArgs(const llvm::opt::ArgList &DriverArgs,
323 llvm::opt::ArgStringList &CC1Args) const override;
324
326 const llvm::opt::ArgList &DriverArgs,
327 llvm::opt::ArgStringList &CC1Args) const override;
328 void AddCXXStdlibLibArgs(const llvm::opt::ArgList &Args,
329 llvm::opt::ArgStringList &CmdArgs) const override;
330
331 void printVerboseInfo(raw_ostream &OS) const override;
332 /// }
333
337
338protected:
340 GetEffectiveSysroot(const llvm::opt::ArgList &DriverArgs) const;
341
342private:
343 virtual void
344 AddGnuCPlusPlusIncludePaths(const llvm::opt::ArgList &DriverArgs,
345 llvm::opt::ArgStringList &CC1Args) const;
346};
347
348/// Darwin - The base Darwin tool chain.
349class LLVM_LIBRARY_VISIBILITY Darwin : public AppleMachO {
350public:
351 /// Whether the information on the target has been initialized.
352 //
353 // FIXME: This should be eliminated. What we want to do is make this part of
354 // the "default target for arguments" selection process, once we get out of
355 // the argument translation business.
356 mutable bool TargetInitialized;
357
358 // TODO: Are these useful? Can we use Triple::OSType/EnvironmentType instead?
373
376
377 /// The native OS version we are targeting.
378 mutable VersionTuple TargetVersion;
379 /// The OS version we are targeting as specified in the triple.
380 mutable VersionTuple OSTargetVersion;
381
382 /// The information about the darwin SDK that was used.
383 mutable std::optional<DarwinSDKInfo> SDKInfo;
384
385 /// The target variant triple that was specified (if any).
386 mutable std::optional<llvm::Triple> TargetVariantTriple;
387
388private:
389 void AddDeploymentTarget(llvm::opt::DerivedArgList &Args) const;
390
391 void VerifyTripleForSDK(const llvm::opt::ArgList &Args,
392 const llvm::Triple Triple) const;
393
394protected:
395 /// Lazily initialize the target platform from the triple when
396 /// AddDeploymentTarget has not run yet (e.g. when Darwin is used as
397 /// a host toolchain for device offloading).
398 void ensureTargetInitialized() const;
399
400public:
401 Darwin(const Driver &D, const llvm::Triple &Triple,
402 const llvm::opt::ArgList &Args);
403 ~Darwin() override;
404
405 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
406 llvm::StringRef BoundArch,
407 types::ID InputType) const override;
408
409 /// @name Darwin Specific Toolchain Implementation
410 /// {
411
412 void addMinVersionArgs(const llvm::opt::ArgList &Args,
413 llvm::opt::ArgStringList &CmdArgs) const override;
414
415 void addPlatformVersionArgs(const llvm::opt::ArgList &Args,
416 llvm::opt::ArgStringList &CmdArgs) const override;
417
418 void addStartObjectFileArgs(const llvm::opt::ArgList &Args,
419 llvm::opt::ArgStringList &CmdArgs) const override;
420
421 bool isKernelStatic() const override {
422 return (!(isTargetIPhoneOS() && !isIPhoneOSVersionLT(6, 0)) &&
424 }
425
426 void addProfileRTLibs(const llvm::opt::ArgList &Args,
427 llvm::opt::ArgStringList &CmdArgs) const override;
428
429 // Return the full path of the compiler-rt library on a Darwin MachO system.
430 // Those are under <resourcedir>/lib/darwin/<...>(.dylib|.a).
431 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
433 bool IsFortran = false) const override;
434
435protected:
436 /// }
437 /// @name Darwin specific Toolchain functions
438 /// {
439
440 // FIXME: Eliminate these ...Target functions and derive separate tool chains
441 // for these targets and put version in constructor.
443 unsigned Major, unsigned Minor, unsigned Micro,
444 VersionTuple NativeTargetVersion) const {
445 // FIXME: For now, allow reinitialization as long as values don't
446 // change. This will go away when we move away from argument translation.
447 if (TargetInitialized && TargetPlatform == Platform &&
448 TargetEnvironment == Environment &&
449 (Environment == MacCatalyst ? OSTargetVersion : TargetVersion) ==
450 VersionTuple(Major, Minor, Micro))
451 return;
452
453 assert(!TargetInitialized && "Target already initialized!");
454 TargetInitialized = true;
455 TargetPlatform = Platform;
456 TargetEnvironment = Environment;
457 TargetVersion = VersionTuple(Major, Minor, Micro);
458 if (Environment == Simulator)
459 const_cast<Darwin *>(this)->setTripleEnvironment(llvm::Triple::Simulator);
460 else if (Environment == MacCatalyst) {
461 const_cast<Darwin *>(this)->setTripleEnvironment(llvm::Triple::MacABI);
462 TargetVersion = NativeTargetVersion;
463 OSTargetVersion = VersionTuple(Major, Minor, Micro);
464 }
465 }
466
467public:
468 bool isTargetIPhoneOS() const {
469 assert(TargetInitialized && "Target not initialized!");
470 return (TargetPlatform == IPhoneOS || TargetPlatform == TvOS) &&
472 }
473
474 bool isTargetIOSSimulator() const {
475 assert(TargetInitialized && "Target not initialized!");
476 return (TargetPlatform == IPhoneOS || TargetPlatform == TvOS) &&
478 }
479
480 bool isTargetIOSBased() const {
481 assert(TargetInitialized && "Target not initialized!");
483 }
484
488
491 }
492
493 bool isTargetXROS() const { return TargetPlatform == XROS; }
494
495 bool isTargetTvOS() const {
496 assert(TargetInitialized && "Target not initialized!");
498 }
499
501 assert(TargetInitialized && "Target not initialized!");
503 }
504
505 bool isTargetTvOSBased() const {
506 assert(TargetInitialized && "Target not initialized!");
507 return TargetPlatform == TvOS;
508 }
509
510 bool isTargetWatchOS() const {
511 assert(TargetInitialized && "Target not initialized!");
513 }
514
516 assert(TargetInitialized && "Target not initialized!");
518 }
519
520 bool isTargetWatchOSBased() const {
521 assert(TargetInitialized && "Target not initialized!");
522 return TargetPlatform == WatchOS;
523 }
524
525 bool isTargetDriverKit() const {
526 assert(TargetInitialized && "Target not initialized!");
527 return TargetPlatform == DriverKit;
528 }
529
530 bool isTargetFirmware() const { return TargetPlatform == Firmware; }
531
535
536 bool isTargetMacOS() const {
537 assert(TargetInitialized && "Target not initialized!");
538 return TargetPlatform == MacOS;
539 }
540
541 bool isTargetMacOSBased() const {
542 assert(TargetInitialized && "Target not initialized!");
544 }
545
547 assert(TargetInitialized && "Target not initialized!");
548 return isTargetMacOSBased() && getArch() == llvm::Triple::aarch64;
549 }
550
551 bool isTargetInitialized() const { return TargetInitialized; }
552
553 /// The version of the OS that's used by the OS specified in the target
554 /// triple. It might be different from the actual target OS on which the
555 /// program will run, e.g. MacCatalyst code runs on a macOS target, but its
556 /// target triple is iOS.
557 VersionTuple getTripleTargetVersion() const {
558 assert(TargetInitialized && "Target not initialized!");
560 }
561
562 bool isIPhoneOSVersionLT(unsigned V0, unsigned V1 = 0,
563 unsigned V2 = 0) const {
564 assert(isTargetIOSBased() && "Unexpected call for non iOS target!");
565 return TargetVersion < VersionTuple(V0, V1, V2);
566 }
567
568 /// Returns true if the minimum supported macOS version for the slice that's
569 /// being built is less than the specified version. If there's no minimum
570 /// supported macOS version, the deployment target version is compared to the
571 /// specifed version instead.
572 bool isMacosxVersionLT(unsigned V0, unsigned V1 = 0, unsigned V2 = 0) const {
573 assert(isTargetMacOSBased() &&
574 (getTriple().isMacOSX() || getTriple().isMacCatalystEnvironment()) &&
575 "Unexpected call for non OS X target!");
576 // The effective triple might not be initialized yet, so construct a
577 // pseudo-effective triple to get the minimum supported OS version.
578 VersionTuple MinVers =
579 llvm::Triple(getTriple().getArchName(), "apple", "macos")
580 .getMinimumSupportedOSVersion();
581 return (!MinVers.empty() && MinVers > TargetVersion
582 ? MinVers
583 : TargetVersion) < VersionTuple(V0, V1, V2);
584 }
585
586protected:
587 /// Return true if c++17 aligned allocation/deallocation functions are not
588 /// implemented in the c++ standard library of the deployment target we are
589 /// targeting.
590 bool isAlignedAllocationUnavailable() const;
591
592 /// Return true if c++14 sized deallocation functions are not implemented in
593 /// the c++ standard library of the deployment target we are targeting.
594 bool isSizedDeallocationUnavailable() const;
595
596 void addClangTargetOptions(const llvm::opt::ArgList &DriverArgs,
597 llvm::opt::ArgStringList &CC1Args,
598 Action::OffloadKind DeviceOffloadKind) const override;
599
600 void addClangCC1ASTargetOptions(
601 const llvm::opt::ArgList &Args,
602 llvm::opt::ArgStringList &CC1ASArgs) const override;
603
604 StringRef getOSLibraryNameSuffix(bool IgnoreSim = false) const override;
605
606public:
607 static StringRef getSDKName(StringRef isysroot);
608
609 /// }
610 /// @name ToolChain Implementation
611 /// {
612
613 // Darwin tools support multiple architecture (e.g., i386 and x86_64) and
614 // most development is done against SDKs, so compiling for a different
615 // architecture should not get any special treatment.
616 bool isCrossCompiling() const override { return false; }
617
618 llvm::opt::DerivedArgList *
619 TranslateArgs(const llvm::opt::DerivedArgList &Args, StringRef BoundArch,
620 Action::OffloadKind DeviceOffloadKind) const override;
621
622 CXXStdlibType GetDefaultCXXStdlibType() const override;
623 ObjCRuntime getDefaultObjCRuntime(bool isNonFragile) const override;
624 bool hasBlocksRuntime() const override;
625
626 bool UseObjCMixedDispatch() const override {
627 // This is only used with the non-fragile ABI and non-legacy dispatch.
628
629 // Mixed dispatch is used everywhere except OS X before 10.6.
630 return !(isTargetMacOSBased() && isMacosxVersionLT(10, 6));
631 }
632
634 GetDefaultStackProtectorLevel(bool KernelOrKext) const override {
635 // Stack protectors default to on for user code on 10.5,
636 // and for everything in 10.6 and beyond
638 isTargetXROS())
639 return LangOptions::SSPOn;
640 else if (isTargetMacOSBased() && !isMacosxVersionLT(10, 6))
641 return LangOptions::SSPOn;
642 else if (isTargetMacOSBased() && !isMacosxVersionLT(10, 5) && !KernelOrKext)
643 return LangOptions::SSPOn;
644
645 return LangOptions::SSPOff;
646 }
647
648 void CheckObjCARC() const override;
649
650 llvm::ExceptionHandling GetExceptionModel(
651 const llvm::opt::ArgList &Args) const override;
652
653 bool SupportsEmbeddedBitcode() const override;
654
655 SanitizerMask getSupportedSanitizers() const override;
656};
657
658/// DarwinClang - The Darwin toolchain used by Clang.
659class LLVM_LIBRARY_VISIBILITY DarwinClang : public Darwin {
660public:
661 DarwinClang(const Driver &D, const llvm::Triple &Triple,
662 const llvm::opt::ArgList &Args);
663
664 /// @name Apple ToolChain Implementation
665 /// {
666
667 void
668 AddClangSystemIncludeArgs(const llvm::opt::ArgList &DriverArgs,
669 llvm::opt::ArgStringList &CC1Args) const override;
670
671 RuntimeLibType GetRuntimeLibType(const llvm::opt::ArgList &Args) const override;
672
673 void AddLinkRuntimeLibArgs(const llvm::opt::ArgList &Args,
674 llvm::opt::ArgStringList &CmdArgs,
675 bool ForceLinkBuiltinRT = false) const override;
676
677 void AddCCKextLibArgs(const llvm::opt::ArgList &Args,
678 llvm::opt::ArgStringList &CmdArgs) const override;
679
680 void addClangWarningOptions(llvm::opt::ArgStringList &CC1Args) const override;
681
682 void
683 addClangTargetOptions(const llvm::opt::ArgList &DriverArgs,
684 llvm::opt::ArgStringList &CC1Args,
685 Action::OffloadKind DeviceOffloadKind) const override;
686
687 void AddLinkARCArgs(const llvm::opt::ArgList &Args,
688 llvm::opt::ArgStringList &CmdArgs) const override;
689
690 bool HasPlatformPrefix(const llvm::Triple &T) const override;
691
693 const llvm::Triple &T) const override;
694
695 unsigned GetDefaultDwarfVersion() const override;
696 // Until dtrace (via CTF) and LLDB can deal with distributed debug info,
697 // Darwin defaults to standalone/full debug info.
698 bool GetDefaultStandaloneDebug() const override { return true; }
699 llvm::DebuggerKind getDefaultDebuggerTuning() const override {
700 return llvm::DebuggerKind::LLDB;
701 }
702
703 bool getDefaultDebugSimpleTemplateNames() const override;
704
705 /// }
706
707private:
708 void AddLinkSanitizerLibArgs(const llvm::opt::ArgList &Args,
709 llvm::opt::ArgStringList &CmdArgs,
710 StringRef Sanitizer,
711 bool shared = true) const;
712
713 void
714 AddGnuCPlusPlusIncludePaths(const llvm::opt::ArgList &DriverArgs,
715 llvm::opt::ArgStringList &CC1Args) const override;
716
717 bool AddGnuCPlusPlusIncludePaths(const llvm::opt::ArgList &DriverArgs,
718 llvm::opt::ArgStringList &CC1Args,
720 llvm::StringRef Version,
721 llvm::StringRef ArchDir,
722 llvm::StringRef BitDir) const;
723};
724
725} // end namespace toolchains
726} // end namespace driver
727} // end namespace clang
728
729#endif // LLVM_CLANG_LIB_DRIVER_TOOLCHAINS_DARWIN_H
Defines the clang::LangOptions interface.
llvm::MachO::FileType FileType
Definition MachO.h:46
static StringRef getTriple(const Command &Job)
Simple wrapper for toolchain detector with costly initialization.
The basic abstraction for the target Objective-C runtime.
Definition ObjCRuntime.h:28
The base class of the type hierarchy.
Definition TypeBase.h:1871
Compilation - A set of tasks to perform for a single driver invocation.
Definition Compilation.h:45
Driver - Encapsulate logic for constructing compilation processes from a set of gcc-driver-like comma...
Definition Driver.h:99
InputInfo - Wrapper for information about an input source.
Definition InputInfo.h:22
ToolChain - Access to tools for a single platform.
Definition ToolChain.h:92
llvm::Triple::ArchType getArch() const
Definition ToolChain.h:293
ToolChain(const Driver &D, const llvm::Triple &T, const llvm::opt::ArgList &Args)
Definition ToolChain.cpp:91
void setTripleEnvironment(llvm::Triple::EnvironmentType Env)
StringRef getArchName() const
Definition ToolChain.h:294
Tool - Information on a specific compilation tool.
Definition Tool.h:32
const ToolChain & getToolChain() const
Definition Tool.h:52
Tool(const char *Name, const char *ShortName, const ToolChain &TC)
Definition Tool.cpp:14
void AddCXXStdlibLibArgs(const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) const override
AddCXXStdlibLibArgs - Add the system specific linker arguments to use for the given C++ standard libr...
Definition Darwin.cpp:3077
void AddCudaIncludeArgs(const llvm::opt::ArgList &DriverArgs, llvm::opt::ArgStringList &CC1Args) const override
Add arguments to use system-specific CUDA includes.
Definition Darwin.cpp:1055
void AddHIPIncludeArgs(const llvm::opt::ArgList &DriverArgs, llvm::opt::ArgStringList &CC1Args) const override
Add arguments to use system-specific HIP includes.
Definition Darwin.cpp:1060
void printVerboseInfo(raw_ostream &OS) const override
Dispatch to the specific toolchain for verbose printing.
Definition Darwin.cpp:4082
llvm::SmallString< 128 > GetEffectiveSysroot(const llvm::opt::ArgList &DriverArgs) const
Definition Darwin.cpp:2855
void AddClangSystemIncludeArgs(const llvm::opt::ArgList &DriverArgs, llvm::opt::ArgStringList &CC1Args) const override
Add the clang cc1 arguments for system include paths.
Definition Darwin.cpp:2868
LazyDetector< RocmInstallationDetector > RocmInstallation
Definition Darwin.h:335
LazyDetector< SYCLInstallationDetector > SYCLInstallation
Definition Darwin.h:336
void AddClangCXXStdlibIncludeArgs(const llvm::opt::ArgList &DriverArgs, llvm::opt::ArgStringList &CC1Args) const override
AddClangCXXStdlibIncludeArgs - Add the clang -cc1 level arguments to set the include paths to use for...
Definition Darwin.cpp:2968
LazyDetector< CudaInstallationDetector > CudaInstallation
}
Definition Darwin.h:334
AppleMachO(const Driver &D, const llvm::Triple &Triple, const llvm::opt::ArgList &Args)
Definition Darwin.cpp:997
void addSYCLIncludeArgs(const llvm::opt::ArgList &DriverArgs, llvm::opt::ArgStringList &CC1Args) const override
Add arguments to use system-specific SYCL includes.
Definition Darwin.cpp:1065
void addClangWarningOptions(llvm::opt::ArgStringList &CC1Args) const override
Add warning options that need to be passed to cc1 for this target.
Definition Darwin.cpp:1319
void AppendPlatformPrefix(SmallString< 128 > &Path, const llvm::Triple &T) const override
Definition Darwin.cpp:2839
void AddClangSystemIncludeArgs(const llvm::opt::ArgList &DriverArgs, llvm::opt::ArgStringList &CC1Args) const override
Add the clang cc1 arguments for system include paths.
Definition Darwin.cpp:2917
void AddCCKextLibArgs(const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) const override
AddCCKextLibArgs - Add the system specific linker arguments to use for kernel extensions (Darwin-spec...
Definition Darwin.cpp:3124
void AddLinkRuntimeLibArgs(const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs, bool ForceLinkBuiltinRT=false) const override
Add the linker arguments to link the compiler runtime library.
Definition Darwin.cpp:1678
RuntimeLibType GetRuntimeLibType(const llvm::opt::ArgList &Args) const override
Definition Darwin.cpp:1666
DarwinClang(const Driver &D, const llvm::Triple &Triple, const llvm::opt::ArgList &Args)
Definition Darwin.cpp:1315
llvm::DebuggerKind getDefaultDebuggerTuning() const override
Definition Darwin.h:699
void AddLinkARCArgs(const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) const override
Add the linker arguments to link the ARC runtime library.
Definition Darwin.cpp:1362
void addClangTargetOptions(const llvm::opt::ArgList &DriverArgs, llvm::opt::ArgStringList &CC1Args, Action::OffloadKind DeviceOffloadKind) const override
Add options that need to be passed to cc1 for this target.
Definition Darwin.cpp:1343
bool HasPlatformPrefix(const llvm::Triple &T) const override
Definition Darwin.cpp:2829
unsigned GetDefaultDwarfVersion() const override
Definition Darwin.cpp:1439
bool GetDefaultStandaloneDebug() const override
Definition Darwin.h:698
VersionTuple TargetVersion
The native OS version we are targeting.
Definition Darwin.h:378
void addPlatformVersionArgs(const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) const override
Definition Darwin.cpp:3836
bool isCrossCompiling() const override
Returns true if the toolchain is targeting a non-native architecture.
Definition Darwin.h:616
bool TargetInitialized
Whether the information on the target has been initialized.
Definition Darwin.h:356
bool isIPhoneOSVersionLT(unsigned V0, unsigned V1=0, unsigned V2=0) const
Definition Darwin.h:562
bool isKernelStatic() const override
On some iOS platforms, kernel and kernel modules were built statically.
Definition Darwin.h:421
Darwin(const Driver &D, const llvm::Triple &Triple, const llvm::opt::ArgList &Args)
Darwin - Darwin tool chain for i386 and x86_64.
Definition Darwin.cpp:1003
std::optional< DarwinSDKInfo > SDKInfo
The information about the darwin SDK that was used.
Definition Darwin.h:383
void ensureTargetInitialized() const
Lazily initialize the target platform from the triple when AddDeploymentTarget has not run yet (e....
Definition Darwin.cpp:1168
bool isMacosxVersionLT(unsigned V0, unsigned V1=0, unsigned V2=0) const
Returns true if the minimum supported macOS version for the slice that's being built is less than the...
Definition Darwin.h:572
bool UseObjCMixedDispatch() const override
UseObjCMixedDispatchDefault - When using non-legacy dispatch, should the mixed dispatch method be use...
Definition Darwin.h:626
bool isTargetAppleSiliconMac() const
Definition Darwin.h:546
LangOptions::StackProtectorMode GetDefaultStackProtectorLevel(bool KernelOrKext) const override
GetDefaultStackProtectorLevel - Get the default stack protector level for this tool chain.
Definition Darwin.h:634
void setTarget(DarwinPlatformKind Platform, DarwinEnvironmentKind Environment, unsigned Major, unsigned Minor, unsigned Micro, VersionTuple NativeTargetVersion) const
Definition Darwin.h:442
std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args, llvm::StringRef BoundArch, types::ID InputType) const override
Definition Darwin.cpp:1249
bool isTargetWatchOSSimulator() const
Definition Darwin.h:515
DarwinPlatformKind TargetPlatform
Definition Darwin.h:374
void addMinVersionArgs(const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) const override
Definition Darwin.cpp:3761
void addStartObjectFileArgs(const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) const override
Definition Darwin.cpp:4006
std::optional< llvm::Triple > TargetVariantTriple
The target variant triple that was specified (if any).
Definition Darwin.h:386
VersionTuple getTripleTargetVersion() const
The version of the OS that's used by the OS specified in the target triple.
Definition Darwin.h:557
VersionTuple OSTargetVersion
The OS version we are targeting as specified in the triple.
Definition Darwin.h:380
DarwinEnvironmentKind TargetEnvironment
Definition Darwin.h:375
VersionTuple getLinkerVersion(const llvm::opt::ArgList &Args) const
Get the version of the linker known to be available for a particular compiler invocation (via the -ml...
Definition Darwin.cpp:1141
bool UseObjCMixedDispatch() const override
UseObjCMixedDispatchDefault - When using non-legacy dispatch, should the mixed dispatch method be use...
Definition Darwin.h:271
Tool * buildLinker() const override
Definition Darwin.cpp:1305
Tool * buildStaticLibTool() const override
Definition Darwin.cpp:1307
bool isTargetIOSBased() const
Is the target either iOS or an iOS simulator?
Definition Darwin.h:210
virtual void AppendPlatformPrefix(SmallString< 128 > &Path, const llvm::Triple &T) const
Definition Darwin.h:202
bool IsBlocksDefault() const override
IsBlocksDefault - Does this tool chain enable -fblocks by default.
Definition Darwin.h:256
llvm::ExceptionHandling GetExceptionModel(const llvm::opt::ArgList &Args) const override
GetExceptionModel - Return the tool chain exception model.
Definition Darwin.h:290
bool IsEncodeExtendedBlockSignatureDefault() const override
IsEncodeExtendedBlockSignatureDefault - Does this tool chain enable -fencode-extended-block-signature...
Definition Darwin.h:264
void addProfileRTLibs(const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) const override
Add any profiling runtime libraries that are needed.
Definition Darwin.h:232
Tool * getTool(Action::ActionClass AC) const override
Definition Darwin.cpp:1286
void addClangTargetOptions(const llvm::opt::ArgList &DriverArgs, llvm::opt::ArgStringList &CC1Args, Action::OffloadKind DeviceOffloadKind) const override
Add options that need to be passed to cc1 for this target.
Definition Darwin.cpp:3433
virtual void AddLinkARCArgs(const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) const
Add the linker arguments to link the ARC runtime library.
Definition Darwin.h:178
virtual void addMinVersionArgs(const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) const
Definition Darwin.h:193
virtual bool isKernelStatic() const
On some iOS platforms, kernel and kernel modules were built statically.
Definition Darwin.h:207
virtual void addPlatformVersionArgs(const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) const
Definition Darwin.h:196
virtual StringRef getOSLibraryNameSuffix(bool IgnoreSim=false) const
Definition Darwin.h:294
virtual void addStartObjectFileArgs(const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) const
Definition Darwin.h:189
RuntimeLibType GetDefaultRuntimeLibType() const override
GetDefaultRuntimeLibType - Get the default runtime library variant to use.
Definition Darwin.h:276
bool IsObjCNonFragileABIDefault() const override
IsObjCNonFragileABIDefault - Does this tool chain set -fobjc-nonfragile-abi by default.
Definition Darwin.h:266
virtual bool HasPlatformPrefix(const llvm::Triple &T) const
Definition Darwin.h:200
RuntimeLinkOptions
Options to control how a runtime library is linked.
Definition Darwin.h:213
@ RLO_IsEmbedded
Use the embedded runtime from the macho_embedded directory.
Definition Darwin.h:218
@ RLO_AddRPath
Emit rpaths for @executable_path as well as the resource directory.
Definition Darwin.h:221
@ RLO_AlwaysLink
Link the library in even if it can't be found in the VFS.
Definition Darwin.h:215
bool IsMathErrnoDefault() const override
IsMathErrnoDefault - Does this tool chain use -fmath-errno by default.
Definition Darwin.h:262
MachO(const Driver &D, const llvm::Triple &Triple, const llvm::opt::ArgList &Args)
Definition Darwin.cpp:991
StringRef getMachOArchName(const llvm::opt::ArgList &Args) const
Get the "MachO" arch name for a particular compiler invocation.
Definition Darwin.cpp:1113
Tool * buildAssembler() const override
Definition Darwin.cpp:1311
bool canSplitThinLTOUnit() const override
Returns true when it's possible to split LTO unit to use whole program devirtualization and CFI santi...
Definition Darwin.h:300
Assembler(const ToolChain &TC)
Definition Darwin.h:54
bool hasIntegratedCPP() const override
Definition Darwin.h:57
bool isDsymutilJob() const override
Definition Darwin.h:116
bool hasIntegratedCPP() const override
Definition Darwin.h:115
Dsymutil(const ToolChain &TC)
Definition Darwin.h:112
Linker(const ToolChain &TC)
Definition Darwin.h:73
bool isLinkJob() const override
Definition Darwin.h:76
bool hasIntegratedCPP() const override
Definition Darwin.h:75
bool hasIntegratedCPP() const override
Definition Darwin.h:102
Lipo(const ToolChain &TC)
Definition Darwin.h:100
MachOTool(const char *Name, const char *ShortName, const ToolChain &TC)
Definition Darwin.h:48
const toolchains::MachO & getMachOToolChain() const
Definition Darwin.h:43
void AddMachOArch(const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) const
Definition Darwin.cpp:182
bool hasIntegratedCPP() const override
Definition Darwin.h:89
bool hasIntegratedCPP() const override
Definition Darwin.h:129
llvm::Triple::ArchType getArchTypeForMachOArchName(StringRef Str)
Definition Darwin.cpp:44
void setTripleTypeForMachOArchName(llvm::Triple &T, StringRef Str, const llvm::opt::ArgList &Args)
SmallVector< InputInfo, 4 > InputInfoList
Definition Driver.h:50
The JSON file list parser is used to communicate input to InstallAPI.