[PATCH] D33513: [ThinLTO] Fix ThinLTO crash while destroying context
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 17 16:21:54 PDT 2017
davide requested changes to this revision.
davide added a comment.
This revision now requires changes to proceed.
This one is getting there, one minor comment.
================
Comment at: test/ThinLTO/X86/lazy-load-temporaries-cleanup.ll:3
+
+; RUN: opt -module-summary -bitcode-mdindex-threshold=0 %S/Inputs/lazy-load-temporaries-cleanup.b.ll | llvm-dis -materialize-metadata -set-importing
----------------
one of the two files is empty, so maybe you can just inline?
Also, maybe dump the output of llvm-dis and check with filecheck?
https://reviews.llvm.org/D33513
More information about the llvm-commits
mailing list