[llvm] [NFC]Update a ThinLTO test case (PR #117584)
Mingming Liu via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 2 15:02:36 PST 2024
================
@@ -48,6 +48,13 @@
; RUN: llvm-dis %t1.bc.thinlto.bc -o - | FileCheck %s --check-prefix=DIS
; DIS: aliasee: null
+; function-import pass crashed when alias is imported but aliasee doesn't.
----------------
mingmingl-llvm wrote:
Thanks for the catch! Removed the outdated comments.
https://github.com/llvm/llvm-project/pull/117584
More information about the llvm-commits
mailing list