summaryrefslogtreecommitdiffstats
path: root/tests/codegen/cfguard-non-msvc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/cfguard-non-msvc.rs')
-rw-r--r--tests/codegen/cfguard-non-msvc.rs11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/codegen/cfguard-non-msvc.rs b/tests/codegen/cfguard-non-msvc.rs
new file mode 100644
index 000000000..6278a951e
--- /dev/null
+++ b/tests/codegen/cfguard-non-msvc.rs
@@ -0,0 +1,11 @@
+// compile-flags: -C control-flow-guard
+// ignore-msvc
+
+#![crate_type = "lib"]
+
+// A basic test function.
+pub fn test() {
+}
+
+// Ensure the cfguard module flag is not added for non-MSVC targets.
+// CHECK-NOT: !"cfguard"