[PATCH] D78096: [mlir] LLVM dialect: support globals without linkage keyword, assuming 'external'
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 14 22:17:38 PDT 2020
mehdi_amini accepted this revision.
mehdi_amini added inline comments.
This revision is now accepted and ready to land.
================
Comment at: mlir/docs/Dialects/LLVM.md:110
+
+An LLVM IR dialect function has a linkage attrbute derived from LLVM IR
+[linkage types](https://llvm.org/docs/LangRef.html#linkage-types). Linkage is
----------------
Typo `attribute`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78096/new/
https://reviews.llvm.org/D78096
More information about the llvm-commits
mailing list