blob: 984f0e24117758d550b4d0f08bd40316cd424b7a (
plain)
1
2
3
4
5
6
|
// 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"
|