summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/cfguardtable.c
blob: 05284f6d23a69996a453be3f9d52eb2479be9dc3 (plain)
1
2
3
4
5
6
7
8
// RUN: %clang_cc1 -cfguard-no-checks -emit-llvm %s -o - | FileCheck %s -check-prefix=CFGUARDNOCHECKS
// RUN: %clang_cc1 -cfguard -emit-llvm %s -o - | FileCheck %s -check-prefix=CFGUARD

void f() {}

// Check that the cfguard metadata flag gets correctly set on the module.
// CFGUARDNOCHECKS: !"cfguard", i32 1}
// CFGUARD: !"cfguard", i32 2}
OpenPOWER on IntegriCloud