[clang] [llvm] [clang] Add support for the c2000 architecture (PR #125663)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 5 01:57:27 PST 2025
================
@@ -929,7 +936,7 @@ def ObjCXX : Flag<["-"], "ObjC++">, Flags<[NoXarchOption]>,
def ObjC : Flag<["-"], "ObjC">, Flags<[NoXarchOption]>,
HelpText<"Treat source input files as Objective-C inputs">;
def O : Joined<["-"], "O">, Group<O_Group>,
- Visibility<[ClangOption, CC1Option, FC1Option, FlangOption]>;
+ Visibility<[ClangOption, CC1Option, FC1Option, FlangOption, CL2000Option]>;
----------------
student433 wrote:
Since I didn't define all the flags here, which I'm going for now, I think it should be enough to just parse the option
https://github.com/llvm/llvm-project/pull/125663
More information about the cfe-commits
mailing list