diff llvm/test/Feature/load_extension.ll @ 150:1d019706d866

LLVM10
author anatofuz
date Thu, 13 Feb 2020 15:10:13 +0900
parents
children 0572611fdcc8
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/llvm/test/Feature/load_extension.ll	Thu Feb 13 15:10:13 2020 +0900
@@ -0,0 +1,13 @@
+; This is currently failing on multiple platforms. Disable while investigation occurs.
+; UNSUPPORTED: darwin
+
+; RUN: opt %s %loadbye -goodbye -wave-goodbye -disable-output 2>&1 | FileCheck %s
+; REQUIRES: plugins, examples
+; CHECK: Bye
+
+@junk = global i32 0
+
+define i32* @somefunk() {
+  ret i32* @junk
+}
+