brintos

brintos / llvm-project-archived public Read only

0
0
Text · 238 B · 59cb4b6 Raw
9 lines · plain
1! RUN: %flang_fc1 -emit-llvm -debug-info-kind=standalone %s -o - | FileCheck  %s2 3module m4  integer XcX5end6 7! Test that global starting with 'X' don't get filtered.8! CHECK: !DIGlobalVariable(name: "xcx", linkageName: "_QMmExcx"{{.*}})9