[PATCH] D147697: [IR] Add TargetExtTypeClass
Sebastian Neubauer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 19 06:48:22 PDT 2023
Flakebi added inline comments.
================
Comment at: llvm/test/Assembler/invalid-typeinfo.ll:51
+; CHECK: [[@LINE+1]]:40: error: expected '}' or field label here
+type target("foo") { layout: type i32, , canBeGlobal: true }
----------------
What happens when adding a target type with the same name twice?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147697/new/
https://reviews.llvm.org/D147697
More information about the llvm-commits
mailing list