Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xtensa.td feature typo (LLVM-97) #47

Closed
MabezDev opened this issue Aug 4, 2021 · 1 comment
Closed

Xtensa.td feature typo (LLVM-97) #47

MabezDev opened this issue Aug 4, 2021 · 1 comment
Labels
Resolution: Done Status: Done Issue is done internally

Comments

@MabezDev
Copy link

MabezDev commented Aug 4, 2021

def FeatureMEMCTL : SubtargetFeature<"atomctl", "HasMEMCTL", "true",

should say "memctl", not "atomctl"

@github-actions github-actions bot changed the title Xtensa.td feature typo Xtensa.td feature typo (LLVM-97) Aug 4, 2021
@KerryRJ
Copy link

KerryRJ commented Aug 10, 2021

Another one, should say "highpriinterrupts" and not "exception"

def FeatureHighPriInterrupts : SubtargetFeature<"exception",
                                                "HasHighPriInterrupts", "true",
                                                "Enable Xtensa HighPriInterrupts option">;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Done Status: Done Issue is done internally
Projects
None yet
3 participants