[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
Thu May 5 18:57:25 PDT 2016
Sorry i didn't add the test: but you should figure out what the fix is about: a module with an internal function in LLVM.used but without any inline ASM in the module.
Sent from my iPhone
> On May 5, 2016, at 6:38 PM, Mehdi AMINI <mehdi.amini at apple.com> wrote:
>
> joker.eph created this revision.
> joker.eph added a reviewer: tejohnson.
> joker.eph added a subscriber: llvm-commits.
> Herald added a subscriber: joker.eph.
>
> This test was crashing, and currently it breaks bootstrapping clang with debuginfo
>
> http://reviews.llvm.org/D20008
>
> Files:
> include/llvm/Analysis/ModuleSummaryAnalysis.h
> lib/Analysis/ModuleSummaryAnalysis.cpp
> lib/Transforms/Utils/FunctionImportUtils.cpp
>
> <D20008.56377.patch>
More information about the llvm-commits
mailing list