view 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 source

; 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
}