We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df4fb6 commit 7a00ee9Copy full SHA for 7a00ee9
test/debug_info/nametable.f90
@@ -2,7 +2,7 @@
2
!RUN: %flang %s -g -c -o - | llvm-readelf -S - | FileCheck %s --check-prefix=NOPUBNAMESECTION
3
4
!RUN: %flang %s -gdwarf-5 -gpubnames -c -o - | llvm-readelf -S - | FileCheck %s --check-prefix=NAMESECTION
5
-!RUN: %flang %s -g -gpubnames -c -o - | llvm-readelf -S - | FileCheck %s --check-prefix=PUBNAMESECTION
+!RUN: %flang %s -gdwarf-4 -gpubnames -c -o - | llvm-readelf -S - | FileCheck %s --check-prefix=PUBNAMESECTION
6
7
!Ensure that `.debug_names` or `.debug_pubnames` are NOT present by default.
8
!NONAMESECTION-NOT: .debug_names
0 commit comments