[PATCH] D20008: ThinLTO: fix assertion and refactor check for hidden use from inline ASM in a helper function
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Fri May 6 01:30:44 PDT 2016
joker.eph marked an inline comment as done.
================
Comment at: lib/Transforms/Utils/FunctionImportUtils.cpp:230
@@ -229,3 @@
- // generation.
- assert((!V->hasLocalLinkage() || !isPerformingImport()) &&
- "Should have blocked importing from module with local used");
----------------
tejohnson wrote:
> Oh I see, hitting this assert I guess.
Yes!
http://reviews.llvm.org/D20008
More information about the llvm-commits
mailing list