[clang] [llvm] [clang] Add support for the c2000 architecture (PR #125663)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 5 02:02:39 PST 2025
================
@@ -9111,3 +9118,50 @@ def wasm_opt : Flag<["--"], "wasm-opt">,
Group<m_Group>,
HelpText<"Enable the wasm-opt optimizer (default)">,
MarshallingInfoNegativeFlag<LangOpts<"NoWasmOpt">>;
+
+
+
+//===----------------------------------------------------------------------===//
+// cl2000 Options
+//===----------------------------------------------------------------------===//
+
+
+
+
+def cl2000_include_path : Joined<["--"], "include_path=">, Group<cl2000_group>,
----------------
student433 wrote:
I understand, this merge could be pretty specific to a use-case. This was done when i diagnosed that clangd stopped returning errors and just lop outputs about ignored arguments for compilation for all flags after only the first few were defined here, but of course, that is an individual case, so it would be better to add all flags. I will go for it then!
https://github.com/llvm/llvm-project/pull/125663
More information about the llvm-commits
mailing list