================
@@ -3291,6 +3291,39 @@ void Darwin::addClangTargetOptions(
     if (!RequiresSubdirectorySearch)
       CC1Args.push_back("-fno-modulemap-allow-subdirectory-search");
   }
+
+  if (getTriple().isArm64e()) {
----------------
ahmedbougacha wrote:

There's already a block up in `MachO::addClangTargetOptions`.  But it's been 
committed separately from our upstreaming effort, so is definitely outdated; 
can you update it instead

https://github.com/llvm/llvm-project/pull/153722
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to