diff options
Diffstat (limited to 'clang/test/CodeGen/attr-speculative-load-hardening.m')
-rw-r--r-- | clang/test/CodeGen/attr-speculative-load-hardening.m | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/clang/test/CodeGen/attr-speculative-load-hardening.m b/clang/test/CodeGen/attr-speculative-load-hardening.m deleted file mode 100644 index 2de945b974f..00000000000 --- a/clang/test/CodeGen/attr-speculative-load-hardening.m +++ /dev/null @@ -1,9 +0,0 @@ -// RUN: %clang -emit-llvm %s -o - -S | FileCheck %s -check-prefix=SLH - -int main() __attribute__((speculative_load_hardening)) { - return 0; -} - -// SLH: @{{.*}}main{{.*}}[[SLH:#[0-9]+]] - -// SLH: attributes [[SLH]] = { {{.*}}speculative_load_hardening{{.*}} } |