[llvm] db82fc5 - [Pass Registration] XFAIL load_extension.ll test on macOS.
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 4 09:37:26 PST 2020
Author: Florian Hahn
Date: 2020-01-04T17:37:08Z
New Revision: db82fc5dd80ff14798e7f1c35dd7e593f6409ba3
URL: https://github.com/llvm/llvm-project/commit/db82fc5dd80ff14798e7f1c35dd7e593f6409ba3
DIFF: https://github.com/llvm/llvm-project/commit/db82fc5dd80ff14798e7f1c35dd7e593f6409ba3.diff
LOG: [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.
Added:
Modified:
llvm/test/Feature/load_extension.ll
Removed:
################################################################################
diff --git a/llvm/test/Feature/load_extension.ll b/llvm/test/Feature/load_extension.ll
index 62b49bac6339..49a593a1ade7 100644
--- a/llvm/test/Feature/load_extension.ll
+++ b/llvm/test/Feature/load_extension.ll
@@ -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
More information about the llvm-commits
mailing list