tschuett added inline comments.

================
Comment at: clang/lib/Driver/ToolChains/Darwin.cpp:2120
+    Optional<StringRef> SDKName = None;
+    if (getTriple().isWatchOS()) {
+      if (getTriple().isSimulatorEnvironment())
----------------
Will there be an enum over the Apple variants to make this less error prone and 
future proof? I want a switch statement.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136315

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to