[lld] r306295 - Remove a stale comment.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 26 08:51:29 PDT 2017


Author: ruiu
Date: Mon Jun 26 08:51:28 2017
New Revision: 306295

URL: http://llvm.org/viewvc/llvm-project?rev=306295&view=rev
Log:
Remove a stale comment.

Modified:
    lld/trunk/test/ELF/defsym.s

Modified: lld/trunk/test/ELF/defsym.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/defsym.s?rev=306295&r1=306294&r2=306295&view=diff
==============================================================================
--- lld/trunk/test/ELF/defsym.s (original)
+++ lld/trunk/test/ELF/defsym.s Mon Jun 26 08:51:28 2017
@@ -9,8 +9,6 @@
 # RUN: llvm-readobj -t -s %t2 | FileCheck %s
 # RUN: llvm-objdump -d -print-imm-hex %t2 | FileCheck %s --check-prefix=USE
 
-## In compare with GNU linkers, symbol defined with --defsym does
-## not get aliased name in symbol table:
 # CHECK:      Symbol {
 # CHECK:        Name: foo1
 # CHECK-NEXT:   Value: 0x123




More information about the llvm-commits mailing list