2 // RUN
: llvm-mc
-filetype
=obj
-triple
=i686-pc-linux
%s
-o
%t.o
3 // RUN
: ld.lld
--gc-sections
%t.o
-o
%t
4 // RUN
: llvm-readobj
-S
%t | FileCheck
%s
6 // Test that the we don
't gc the personality function.
7 // CHECK: Name: .foobar
12 .cfi_personality 3, foobar