Clang Project

clang_source_code/test/CodeGen/cfguardtable.c
1// RUN: %clang_cc1 -cfguard -emit-llvm %s -o - | FileCheck %s
2
3void f() {}
4
5// Check that the cfguardtable metadata flag gets set on the module.
6// CHECK: !"cfguardtable", i32 1}
7