You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
337 B
9 lines
337 B
// RUN: %clang -### %s -c -fzero-initialized-in-bss 2>&1 | FileCheck %s --check-prefix=NO
|
|
// RUN: %clang -### %s -c 2>&1 | FileCheck %s --check-prefix=NO
|
|
|
|
// NO-NOT: -fno-zero-initialized-in-bss
|
|
|
|
// RUN: %clang -### %s -c -fzero-initialized-in-bss -fno-zero-initialized-in-bss 2>&1 | FileCheck %s
|
|
|
|
// CHECK: -fno-zero-initialized-in-bss
|