File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3759,7 +3759,7 @@ static void
3759
3759
genOMP (lower::AbstractConverter &converter, lower::SymMap &symTable,
3760
3760
semantics::SemanticsContext &semaCtx, lower::pft::Evaluation &eval,
3761
3761
const parser::OmpDeclareVariantDirective &declareVariantDirective) {
3762
- TODO (converter.getCurrentLocation (), " OpenMPDeclareVariantDirective " );
3762
+ TODO (converter.getCurrentLocation (), " OmpDeclareVariantDirective " );
3763
3763
}
3764
3764
3765
3765
static void genOMP (
Original file line number Diff line number Diff line change 1
1
! RUN: %not_todo_cmd %flang_fc1 -emit-fir -fopenmp -fopenmp-version=51 -o - %s 2>&1 | FileCheck %s
2
2
3
- ! CHECK: not yet implemented: OpenMPDeclareVariantDirective
3
+ ! CHECK: not yet implemented: OmpDeclareVariantDirective
4
4
5
5
subroutine sb1
6
6
integer :: x
You can’t perform that action at this time.
0 commit comments