brintos

brintos / llvm-project-archived public Read only

0
0
Text · 406 B · 959e10d Raw
13 lines · plain
1# REQUIRES: x862## Check that group members are retained, if no member has the SHF_ALLOC flag.3## This rule retains .debug_types and .rela.debug_types emitted by clang/gcc.4 5# RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o %t.o6# RUN: ld.lld --gc-sections %t.o -o %t7# RUN: llvm-readobj -S %t | FileCheck %s8 9# CHECK: Name: .debug_types10 11.section .debug_types,"G",@progbits,abcd,comdat12.quad .debug_types13