[PATCH] D20217: Represent runtime preemption in the IR.
Sean Fertile via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 18 19:07:47 PDT 2017
sfertile marked 3 inline comments as done.
sfertile added inline comments.
================
Comment at: lib/AsmParser/LLParser.cpp:1639
+ if (DSOLocal && DLLStorageClass == GlobalValue::DLLImportStorageClass) {
+ return Error(Lex.getLoc(), "dso_location and DLL-StorageClass mismatch");
+ }
----------------
pcc wrote:
> Should this also be a verifier check?
Yes, added.
Repository:
rL LLVM
https://reviews.llvm.org/D20217
More information about the llvm-commits
mailing list