brintos

brintos / llvm-project-archived public Read only

0
0
Text · 325 B · 984f0e2 Raw
7 lines · c
1// REQUIRES: lld2 3/// Check that the linker plugin will get -generate-arange-section.4// RUN: %clang -### -g --target=x86_64-linux -flto      -gdwarf-aranges %s 2>&1 | FileCheck %s5// RUN: %clang -### -g --target=x86_64-linux -flto=thin -gdwarf-aranges %s 2>&1 | FileCheck %s6// CHECK: "-plugin-opt=-generate-arange-section"7