[PATCH] D33513: [ThinLTO] Fix ThinLTO crash while destroying context

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 26 12:04:08 PDT 2017


pcc added inline comments.


================
Comment at: test/ThinLTO/X86/lazy-load-temporaries-cleanup.ll:5
+; RUN: opt -module-summary %S/Inputs/lazy-load-temporaries-cleanup.b.ll -o %t.2.o
+; RUN: ld.lld %t.1.o %t.2.o
----------------
The llvm test suite cannot depend on lld.

Did you try `llvm-dis -materialize-metadata`?


https://reviews.llvm.org/D33513





More information about the llvm-commits mailing list