summary refs log tree commit diff
path: root/tests/codegen-llvm/cfguard-checks.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen-llvm/cfguard-checks.rs')
-rw-r--r--tests/codegen-llvm/cfguard-checks.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/codegen-llvm/cfguard-checks.rs b/tests/codegen-llvm/cfguard-checks.rs
new file mode 100644
index 00000000000..cdf6406ad61
--- /dev/null
+++ b/tests/codegen-llvm/cfguard-checks.rs
@@ -0,0 +1,10 @@
+//@ compile-flags: -C control-flow-guard=checks
+//@ only-msvc
+
+#![crate_type = "lib"]
+
+// A basic test function.
+pub fn test() {}
+
+// Ensure the module flag cfguard=2 is present
+// CHECK: !"cfguard", i32 2