[test] Delete Feature/load_module.ll which is covered by load_extension.ll
authorFangrui Song <i@maskray.me>
Tue, 27 Oct 2020 19:49:45 +0000 (12:49 -0700)
committerFangrui Song <i@maskray.me>
Tue, 27 Oct 2020 19:50:53 +0000 (12:50 -0700)
llvm/test/Feature/load_module.ll [deleted file]

diff --git a/llvm/test/Feature/load_module.ll b/llvm/test/Feature/load_module.ll
deleted file mode 100644 (file)
index fa76c99..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-; PR1318
-; RUN: opt < %s -load=%llvmshlibdir/LLVMHello%shlibext -hello \
-; RUN:   -disable-output 2>&1 | grep Hello
-; REQUIRES: plugins
-; FIXME: On Cygming, it might fail without building LLVMHello manually.
-
-@junk = global i32 0
-
-define i32* @somefunk() {
-  ret i32* @junk
-}
-