[test] Split icall.ll into comdat/nocomdat variants
authorFangrui Song <i@maskray.me>
Thu, 19 Aug 2021 23:36:58 +0000 (16:36 -0700)
committerFangrui Song <i@maskray.me>
Thu, 19 Aug 2021 23:36:59 +0000 (16:36 -0700)
commit2f7ea054f30441cd5820b11cea59c37775515a4e
tree019d85c89764aafb98389b3ed5304d0f7547ba62
parentc468dc1b12d8db2c2f881db5b0166f73345631c2
[test] Split icall.ll into comdat/nocomdat variants

darwin/aix don't support comdat. Using IR comdat is incorrect.
llvm/test/Instrumentation/InstrProfiling/icall-comdat.ll [moved from llvm/test/Instrumentation/InstrProfiling/icall.ll with 87% similarity]
llvm/test/Instrumentation/InstrProfiling/icall-nocomdat.ll [new file with mode: 0644]