aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/compiler-ident.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AArch64/compiler-ident.ll')
-rw-r--r--test/CodeGen/AArch64/compiler-ident.ll12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/CodeGen/AArch64/compiler-ident.ll b/test/CodeGen/AArch64/compiler-ident.ll
deleted file mode 100644
index 217340db7955..000000000000
--- a/test/CodeGen/AArch64/compiler-ident.ll
+++ /dev/null
@@ -1,12 +0,0 @@
-; RUN: llc -o - %s -mtriple=aarch64-linux-gnu | FileCheck %s
-
-; ModuleID = 'compiler-ident.c'
-target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128"
-target triple = "aarch64--linux-gnu"
-
-; CHECK: .ident "some LLVM version"
-
-!llvm.ident = !{!0}
-
-!0 = !{!"some LLVM version"}
-