[llvm-dev] Filing bug report

Pranith Kumar via llvm-dev llvm-dev at lists.llvm.org
Thu Oct 13 10:30:46 PDT 2016


On Thu, Oct 13, 2016 at 4:49 AM, PICHLMEIER Florian via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
>
> switching from LLVM 3.8.1 to the LLVM Realease 3.9 branch an assertion gets thrown, when I use opt
>
> on some program.


I've gotten a similar error previously. The error was that I was using
the old opt program with the new llvm. Can you confirm that you are
using the newly built opt and not the old one?

-- 
Pranith


More information about the llvm-dev mailing list