[llvm] r340826 - Clarify comment in the string-offsets-table-order.ll test

Pavel Labath via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 28 07:46:29 PDT 2018


Author: labath
Date: Tue Aug 28 07:46:29 2018
New Revision: 340826

URL: http://llvm.org/viewvc/llvm-project?rev=340826&view=rev
Log:
Clarify comment in the string-offsets-table-order.ll test

Modified:
    llvm/trunk/test/DebugInfo/X86/string-offsets-table-order.ll

Modified: llvm/trunk/test/DebugInfo/X86/string-offsets-table-order.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/string-offsets-table-order.ll?rev=340826&r1=340825&r2=340826&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/string-offsets-table-order.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/string-offsets-table-order.ll Tue Aug 28 07:46:29 2018
@@ -7,7 +7,9 @@
 ; still wired up correctly.
 
 ; Produced with "clang -S -emit-llvm -gdwarf-5" from source "int X;", copied
-; three times and modified by hand.
+; three times and modified by hand. The modifications consisted of modifying the
+; compilation directory and the variable names to trigger the insertion of names
+; in different order.
 
 ; CHECK: .debug_info contents:
 ; CHECK:   DW_TAG_compile_unit




More information about the llvm-commits mailing list