brintos

brintos / llvm-project-archived public Read only

0
0
Text · 354 B · 1ade84b Raw
10 lines · plain
1! Test that we can disable the ExternalNameConversion pass in flang.2 3! RUN: %flang_fc1 -S %s -o - 2>&1 | FileCheck %s --check-prefix=EXTNAMES4! RUN: %flang_fc1 -S -mmlir -disable-external-name-interop %s -o - 2>&1 | FileCheck %s --check-prefix=INTNAMES5 6! EXTNAMES: test_ext_names_7! INTNAMES: _QPtest_ext_names8subroutine test_ext_names9end subroutine10