diff --git a/llvm/test/Feature/load_extension.ll b/llvm/test/Feature/load_extension.ll index 8c9a6e056010f..1838aa4ab0ded 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: darwin +; UNSUPPORTED: darwin ; RUN: opt %s %loadbye -goodbye -wave-goodbye -disable-output 2>&1 | FileCheck %s ; REQUIRES: plugins, examples