We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc13c4b commit 64556aaCopy full SHA for 64556aa
clang/test/Lexer/has_feature_cfi.c
@@ -1,4 +1,4 @@
1
-// REQUIRES: system-linux
+// REQUIRES: target={{x86_64.*-linux.*}}
2
3
// RUN: %clang -E -fvisibility=hidden -flto -fno-sanitize-ignorelist -fsanitize=cfi -c %s -o - | FileCheck %s --check-prefix=CHECK-CFI
4
// RUN: %clang -E -fvisibility=hidden -flto -fno-sanitize-ignorelist -fsanitize=cfi -fsanitize-cfi-cross-dso -c %s -o - | FileCheck %s --check-prefix=CHECK-CFI
0 commit comments