summaryrefslogtreecommitdiffstats
path: root/llvm/test/Feature/load_extension.ll
blob: 1838aa4ab0dedb9a9135e1c0d8df4d312ed1805a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
}

OpenPOWER on IntegriCloud