[clang] [Darwin][Driver][clang] apple-none-macho orders the resource directory after internal-externc-isystem when nostdlibinc is used (PR #120507)

Ian Anderson via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 20 12:20:24 PST 2024


================
@@ -290,8 +290,50 @@ class LLVM_LIBRARY_VISIBILITY MachO : public ToolChain {
   /// }
 };
 
+/// Apple specific MachO extensions
+class LLVM_LIBRARY_VISIBILITY AppleMachO : public MachO {
+public:
+  AppleMachO(const Driver &D, const llvm::Triple &Triple,
+             const llvm::opt::ArgList &Args);
+  ~AppleMachO() override;
----------------
ian-twilightcoder wrote:

I think yes... sorry my C++ is a little weak

https://github.com/llvm/llvm-project/pull/120507


More information about the cfe-commits mailing list