OSDN Git Service

Dump what value failed byval attribute verification
authorReid Kleckner <rnk@google.com>
Tue, 25 Jun 2019 22:33:32 +0000 (22:33 +0000)
committerReid Kleckner <rnk@google.com>
Tue, 25 Jun 2019 22:33:32 +0000 (22:33 +0000)
commit56f0574dafc670df83ba8685c4e3f0cb1cf760ed
tree6fe92236b4e8d590b100e4cb4255681cde1c3fa2
parent4d1e6104e6a86a0f0a31cb8d666f4c5ae7f0568c
Dump what value failed byval attribute verification

This verifier check is failing for us while doing ThinLTO on Chrome for
x86, see https://crbug.com/978218, and this helps to debug the problem.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364357 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/Verifier.cpp