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 7a00ee9 commit 26594e9Copy full SHA for 26594e9
test/debug_info/redundant_inst.f90
@@ -1,5 +1,5 @@
1
!RUN: %flang %s -g -S -emit-llvm -o - | FileCheck %s --check-prefix=STORE
2
-!RUN: %flang %s -g -S -emit-llvm -o - | llc -O0 -fast-isel=true -filetype=obj -o %t
+!RUN: %flang %s -g -gdwarf-4 -S -emit-llvm -o - | llc -O0 -fast-isel=true -filetype=obj -o %t
3
!RUN: llvm-dwarfdump --debug-line %t | FileCheck %s --check-prefix=LINETABLE
4
5
!Check that `store` instruction is getting emitted for the second assignment.
0 commit comments