[AArch64][GlobalISel] Add disjoint handling for add_and_or_is_add. (#123594)
[llvm-project.git] / clang / test / Driver / fseparate-named-sections.c
blob6264b8fcf0d84761bc00665f72535b79d707f708
1 // RUN: %clang -### -fseparate-named-sections %s -c 2>&1 | FileCheck -check-prefix=CHECK-OPT %s
2 // RUN: %clang -### -fseparate-named-sections -fno-separate-named-sections %s -c 2>&1 | FileCheck -check-prefix=CHECK-NOOPT %s
3 // CHECK-OPT: "-fseparate-named-sections"
4 // CHECK-NOOPT-NOT: "-fseparate-named-sections"