diff options
Diffstat (limited to 'lld/test/ELF/lto/opt-remarks.ll')
| -rw-r--r-- | lld/test/ELF/lto/opt-remarks.ll | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lld/test/ELF/lto/opt-remarks.ll b/lld/test/ELF/lto/opt-remarks.ll index bef7e016a1c..e37bfd345ac 100644 --- a/lld/test/ELF/lto/opt-remarks.ll +++ b/lld/test/ELF/lto/opt-remarks.ll @@ -8,6 +8,9 @@ ; RUN: %t.o -o %t -shared ; RUN: cat %t.yaml | FileCheck %s -check-prefix=YAML ; RUN: cat %t.hot.yaml | FileCheck %s -check-prefix=YAML-HOT +; RUN: ld.lld --opt-remarks-filename %t1.yaml --opt-remarks-passes inline %t.o \ +; RUN: -o /dev/null -shared +; RUN: cat %t1.yaml | FileCheck %s -check-prefix=YAML-PASSES ; Check that @tinkywinky is inlined after optimizations. ; CHECK-LABEL: define i32 @main @@ -48,6 +51,8 @@ ; YAML-HOT-NEXT: - String: ')' ; YAML-HOT-NEXT: ... +; YAML-PASSES: Pass: inline + target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-scei-ps4" |

