[PATCH] D154396: [clang] Add support for SerenityOS

Brad Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 2 20:19:51 PDT 2023


brad added inline comments.


================
Comment at: clang/lib/Driver/ToolChains/Serenity.cpp:147
+  }
+
+  if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs,
----------------
Add in here..

```
    // Silence warnings when linking C code with a C++ '-stdlib' argument.
    Args.ClaimAllArgs(options::OPT_stdlib_EQ);
```

https://github.com/llvm/llvm-project/commit/760658c118f491985ec00f62f5a261293db67b95


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154396



More information about the cfe-commits mailing list