1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00

[test] Fix unused FileCheck prefix in ThinLTO test

Add intended and missing prefix check.
This commit is contained in:
Teresa Johnson 2020-11-02 09:05:11 -08:00
parent 0a989315bd
commit 942163b0db

View File

@ -33,6 +33,9 @@
; NM-INDEX2: T _ZN1A1nEi.llvm.
; NM-INDEX2-NOT: U _ZN1A1nEi
; The thin link devirtualizes all calls to _ZN1A1nEi.
; PRINT: Devirtualized call to {{.*}} (_ZN1A1nEi)
; We should devirt call to _ZN1A1nEi once in importing module and once
; in original (exporting) module.
; REMARK-COUNT-2: single-impl: devirtualized a call to _ZN1A1nEi.llvm.