forked from OSchip/llvm-project
[Pass Registration] XFAIL load_extension.ll test on macOS.
This test fails on macOS, causing the following bots to fail http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-incremental/7438/ http://green.lab.llvm.org/green/job/clang-stage1-RA/5034/ Error: Error opening 'build/./lib/libBye.dylib': dlopen(build/./lib/libBye.dylib, 9): image not found -load request ignored.
This commit is contained in:
parent
5eed4e2664
commit
db82fc5dd8
|
@ -1,3 +1,6 @@
|
|||
; This fails at least on macOS.
|
||||
; XFAIL: darwin
|
||||
|
||||
; RUN: opt %s %loadbye -goodbye -wave-goodbye -disable-output 2>&1 | FileCheck %s
|
||||
; REQUIRES: plugins, examples
|
||||
; CHECK: Bye
|
||||
|
|
Loading…
Reference in New Issue