[PATCH] D132400: [clang] Remove a FIXME that we can't fix

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 23 07:13:11 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGcd24120c9d95: [clang] Remove a FIXME that we can't fix (authored by thakis).
Herald added a project: clang.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132400/new/

https://reviews.llvm.org/D132400

Files:
  clang/lib/Driver/ToolChains/Darwin.cpp


Index: clang/lib/Driver/ToolChains/Darwin.cpp
===================================================================
--- clang/lib/Driver/ToolChains/Darwin.cpp
+++ clang/lib/Driver/ToolChains/Darwin.cpp
@@ -2241,7 +2241,6 @@
 
   DarwinEnvironmentKind Environment = OSTarget->getEnvironment();
   // Recognize iOS targets with an x86 architecture as the iOS simulator.
-  // FIXME: Remove this.
   if (Environment == NativeEnvironment && Platform != MacOS &&
       Platform != DriverKit && OSTarget->canInferSimulatorFromArch() &&
       getTriple().isX86())


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132400.454833.patch
Type: text/x-patch
Size: 557 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220823/1b45ebee/attachment.bin>


More information about the cfe-commits mailing list