[PATCH] D106228: [LTO] Add SelectionKind to IRSymtab and use it in ld.lld/LLVMgold

Stephen Long via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 19 12:24:24 PDT 2021


steplong added inline comments.


================
Comment at: llvm/test/tools/gold/X86/comdat-nodeduplicate.ll:40
+; RUN:   -u foo %t/a.bc --start-lib %t/b.bc %t/c.bc --end-lib -o %t/abc
+; RUN: llvm-readelf -x .data %t/abc | FileCheck %s --check-prefix=DATA
+
----------------
Hi, I'm seeing a test failure on amd64 with this line. The actual output I'm seeing is
`DATA: 0x[[#%x,]] 01000000 00000000 02000000 00000000 ........`. I don't know enough about the patch to determine what is going on. I wonder if you have any ideas.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106228/new/

https://reviews.llvm.org/D106228



More information about the llvm-commits mailing list