diff options
-rw-r--r-- | llvm/test/Feature/load_extension.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/Feature/load_extension.ll b/llvm/test/Feature/load_extension.ll index 62b49bac633..49a593a1ade 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 |