We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d43b3 commit 9ea661eCopy full SHA for 9ea661e
clang/lib/Basic/Targets/RISCV.cpp
@@ -250,7 +250,7 @@ void RISCVTargetInfo::getTargetDefines(const LangOptions &Opts,
250
Builder.defineMacro("__riscv_landing_pad_unlabeled");
251
break;
252
case CFBranchLabelSchemeKind::FuncSig:
253
- Builder.defineMacro("__riscv_landing_pad_func_sig");
+ // TODO: Define macros after the func-sig scheme is implemented
254
255
case CFBranchLabelSchemeKind::Default:
256
llvm_unreachable("default cf-branch-label scheme should already be "
0 commit comments