From: Fangrui Song Date: Tue, 27 Oct 2020 19:49:45 +0000 (-0700) Subject: [test] Delete Feature/load_module.ll which is covered by load_extension.ll X-Git-Tag: llvmorg-13-init~7966 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a972ffabd28956711dd50c0922c71bc342de328;p=platform%2Fupstream%2Fllvm.git [test] Delete Feature/load_module.ll which is covered by load_extension.ll --- diff --git a/llvm/test/Feature/load_module.ll b/llvm/test/Feature/load_module.ll deleted file mode 100644 index fa76c99..0000000 --- a/llvm/test/Feature/load_module.ll +++ /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 -} -