mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
[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
be8dc07bfd
commit
2ba3f87ddb
@ -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
Block a user