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
37593759genOMP (lower::AbstractConverter &converter, lower::SymMap &symTable,
37603760 semantics::SemanticsContext &semaCtx, lower::pft::Evaluation &eval,
37613761 const parser::OmpDeclareVariantDirective &declareVariantDirective) {
3762- TODO (converter.getCurrentLocation (), " OpenMPDeclareVariantDirective " );
3762+ TODO (converter.getCurrentLocation (), " OmpDeclareVariantDirective " );
37633763}
37643764
37653765static void genOMP (
Original file line number Diff line number Diff line change 11! RUN: %not_todo_cmd %flang_fc1 -emit-fir -fopenmp -fopenmp-version=51 -o - %s 2>&1 | FileCheck %s
22
3- ! CHECK: not yet implemented: OpenMPDeclareVariantDirective
3+ ! CHECK: not yet implemented: OmpDeclareVariantDirective
44
55subroutine sb1
66 integer :: x
You can’t perform that action at this time.
0 commit comments