[PATCH] D44274: Object: Fix handling of @@@ in .symver directive

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 16 17:28:59 PDT 2018


vitalybuka added inline comments.


================
Comment at: llvm/test/LTO/X86/symver-asm3.ll:20
+; CHECK-DAG: t foo@@SOME_VERSION1
+; CHECK-DAG: t foo at SOME_VERSION2
+; CHECK-DAG: t foo@@SOME_VERSION3
----------------
pcc wrote:
> Is this right? I thought it should be `U foo at SOME_VERSION2`.
It should be, but I don't change this behavior. That's how EmitAssignment is already implemented.

I'll can try to fix this in another patch.


Repository:
  rL LLVM

https://reviews.llvm.org/D44274





More information about the llvm-commits mailing list