Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Driver / debug-options-aranges.c
blob984f0e24117758d550b4d0f08bd40316cd424b7a
1 // REQUIRES: lld
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 %s
5 // RUN: %clang -### -g --target=x86_64-linux -flto=thin -gdwarf-aranges %s 2>&1 | FileCheck %s
6 // CHECK: "-plugin-opt=-generate-arange-section"