File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -247,13 +247,13 @@ void RISCVTargetInfo::getTargetDefines(const LangOptions &Opts,
247
247
if (Scheme == CFBranchLabelSchemeKind::Default)
248
248
Scheme = getDefaultCFBranchLabelScheme ();
249
249
250
- Builder.defineMacro (" __riscv_landing_pad" , " 1 " );
250
+ Builder.defineMacro (" __riscv_landing_pad" );
251
251
switch (Scheme) {
252
252
case CFBranchLabelSchemeKind::Unlabeled:
253
- Builder.defineMacro (" __riscv_landing_pad_unlabeled" , " 1 " );
253
+ Builder.defineMacro (" __riscv_landing_pad_unlabeled" );
254
254
break ;
255
255
case CFBranchLabelSchemeKind::FuncSig:
256
- Builder.defineMacro (" __riscv_landing_pad_func_sig" , " 1 " );
256
+ Builder.defineMacro (" __riscv_landing_pad_func_sig" );
257
257
break ;
258
258
case CFBranchLabelSchemeKind::Default:
259
259
llvm_unreachable (" default cf-branch-label scheme should already be "
You can’t perform that action at this time.
0 commit comments