[llvm] 6a972ff - [test] Delete Feature/load_module.ll which is covered by load_extension.ll

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 27 12:50:59 PDT 2020


Author: Fangrui Song
Date: 2020-10-27T12:50:53-07:00
New Revision: 6a972ffabd28956711dd50c0922c71bc342de328

URL: https://github.com/llvm/llvm-project/commit/6a972ffabd28956711dd50c0922c71bc342de328
DIFF: https://github.com/llvm/llvm-project/commit/6a972ffabd28956711dd50c0922c71bc342de328.diff

LOG: [test] Delete Feature/load_module.ll which is covered by load_extension.ll

Added: 
    

Modified: 
    

Removed: 
    llvm/test/Feature/load_module.ll


################################################################################
diff  --git a/llvm/test/Feature/load_module.ll b/llvm/test/Feature/load_module.ll
deleted file mode 100644
index fa76c99883b4..000000000000
--- 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.
-
- at junk = global i32 0
-
-define i32* @somefunk() {
-  ret i32* @junk
-}
-


        


More information about the llvm-commits mailing list