]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/CodeGen/cfguardtable.c
Vendor import of clang trunk r351319 (just before the release_80 branch
[FreeBSD/FreeBSD.git] / test / CodeGen / cfguardtable.c
1 // RUN: %clang_cc1 -cfguard -emit-llvm %s -o - | FileCheck %s
2
3 void f() {}
4
5 // Check that the cfguardtable metadata flag gets set on the module.
6 // CHECK: !"cfguardtable", i32 1}