bolt/deps/llvm-18.1.8/clang/test/Driver/debug-options-aranges.c
2025-02-14 19:21:04 +01:00

6 lines
325 B
C

// REQUIRES: lld
/// Check that the linker plugin will get -generate-arange-section.
// RUN: %clang -### -g --target=x86_64-linux -flto -gdwarf-aranges %s 2>&1 | FileCheck %s
// RUN: %clang -### -g --target=x86_64-linux -flto=thin -gdwarf-aranges %s 2>&1 | FileCheck %s
// CHECK: "-plugin-opt=-generate-arange-section"