[clang] [llvm] [clang] Add support for the c2000 architecture (PR #125663)

via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 5 00:50:40 PST 2025


================
@@ -0,0 +1,22 @@
+#include "clang/Driver/Driver.h"
+#include "clang/Driver/DriverDiagnostic.h"
+#include "clang/Driver/InputInfo.h"
+#include "clang/Driver/Tool.h"
+#include "clang/Driver/ToolChain.h"
+#include "llvm/ADT/StringRef.h"
+#include "llvm/Option/Option.h"
+
+#include <string>
+#include <vector>
+
+namespace clang {
----------------
student433 wrote:

Got it! Modifying this for better compatibility

https://github.com/llvm/llvm-project/pull/125663


More information about the cfe-commits mailing list