1 // This test checks that functions containing Constant Islands are
not folded even
2 // if they have the same data
4 // RUN
: llvm-mc
-filetype
=obj
-triple aarch64-unknown-unknown
%s
-o
%t.o
5 // RUN
: %clang
%cflags
--target
=aarch64-unknown-linux
%t.o
-o
%t.exe
-Wl
,-q
6 // RUN
: llvm-bolt
-icf
-lite
=false
%t.exe
-o
%t.bolt
7 // RUN
: llvm-objdump
-d
-j
.text %t.bolt | FileCheck %s