16 lines · plain
1// REQUIRES: x862// RUN: llvm-mc -filetype=obj -triple=i686-pc-linux %s -o %t.o3// RUN: ld.lld --gc-sections %t.o -o %t4// RUN: llvm-readobj -S %t | FileCheck %s5 6// Test that the we don't gc the personality function.7// CHECK: Name: .foobar8 9 .globl _start10_start:11 .cfi_startproc12 .cfi_personality 3, foobar13 .cfi_endproc14 .section .foobar,"ax"15foobar:16