aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/cycle.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/cycle.ll')
-rw-r--r--test/Linker/cycle.ll7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/Linker/cycle.ll b/test/Linker/cycle.ll
deleted file mode 100644
index 7d9ad2d..0000000
--- a/test/Linker/cycle.ll
+++ /dev/null
@@ -1,7 +0,0 @@
-; RUN: not llvm-link %s %S/Inputs/cycle.ll 2>&1 | FileCheck %s
-; RUN: not llvm-link %S/Inputs/cycle.ll %s 2>&1 | FileCheck %s
-
-; CHECK: Linking these modules creates an alias cycle
-
-@foo = weak global i32 0
-@bar = alias i32* @foo