[PATCH] D63978: Clang Interface Stubs merger plumbing for Driver

Cyndy Ishida via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 7 18:03:50 PDT 2019


cishida added inline comments.


================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:3688
               .Case("experimental-ifs-v1", "experimental-ifs-v1")
-              .Default("");
+              .Default("experimental-ifs-v1");
 
----------------
nit: no need to check `ArgStr` if all outcomes are the same 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63978





More information about the cfe-commits mailing list