Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit cf50706

Browse files
committed
Clarify comment in the string-offsets-table-order.ll test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@340826 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 82d654f commit cf50706

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/DebugInfo/X86/string-offsets-table-order.ll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
; still wired up correctly.
88

99
; Produced with "clang -S -emit-llvm -gdwarf-5" from source "int X;", copied
10-
; three times and modified by hand.
10+
; three times and modified by hand. The modifications consisted of modifying the
11+
; compilation directory and the variable names to trigger the insertion of names
12+
; in different order.
1113

1214
; CHECK: .debug_info contents:
1315
; CHECK: DW_TAG_compile_unit

0 commit comments

Comments
 (0)