[PATCH] D77429: [AsmPrinter] Do not define local aliases for global objects in a comdat
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 3 14:05:59 PDT 2020
MaskRay added a comment.
Thanks. This is correct.
================
Comment at: llvm/test/CodeGen/X86/reject-local-symbol-for-comdat.ll:1
+; RUN: llc -mtriple x86_64-unknown-linux-gnu %s -o - | FileCheck %s
+
----------------
This may be called `semantic-interposition-comdat.ll` or similar, just to make the filename clear it is related to semantic interposition.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77429/new/
https://reviews.llvm.org/D77429
More information about the llvm-commits
mailing list