3 ;; Show that both regular LTO and ThinLTO work correctly when an input file uses
4 ;; a non-ascii filename.
7 ; RUN: llvm-as %s -o %t£.o
8 ; RUN: ld.lld %t£.o -o %t
9 ; RUN: llvm-readelf -s %t | FileCheck %s
12 ; RUN: opt -module-summary %s -o %t-thin£.o
13 ; RUN: ld.lld %t-thin£.o -o %t-thin
14 ; RUN: llvm-readelf -s %t-thin | FileCheck %s
18 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
19 target triple = "x86_64-unknown-linux-gnu"
21 @_start = global i32 0