================
@@ -2484,6 +2483,8 @@ void Darwin::AddDeploymentTarget(DerivedArgList &Args) 
const {
   // Read the SDKSettings.json file for more information, like the SDK version
   // that we can pass down to the compiler.
   SDKInfo = parseSDKSettings(getVFS(), Args, getDriver());
+  // FIXME: if SDKInfo is std::nullopt, diagnose a bad isysroot value (e.g.
----------------
cyndyishida wrote:

The better docs are: 
https://llvm.org/docs/CodingStandards.html#source-code-formatting

https://github.com/llvm/llvm-project/pull/181897
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to