diff options
Diffstat (limited to 'llvm/test/Feature/load_extension.ll')
-rw-r--r-- | llvm/test/Feature/load_extension.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Feature/load_extension.ll b/llvm/test/Feature/load_extension.ll index fc4804e4069..8c9a6e05601 100644 --- a/llvm/test/Feature/load_extension.ll +++ b/llvm/test/Feature/load_extension.ll @@ -1,5 +1,5 @@ ; This is currently failing on multiple platforms. Disable while investigation occurs. -; XFAIL: * +; XFAIL: darwin ; RUN: opt %s %loadbye -goodbye -wave-goodbye -disable-output 2>&1 | FileCheck %s ; REQUIRES: plugins, examples |