diff --git a/llvm/test/Feature/load_extension.ll b/llvm/test/Feature/load_extension.ll index 49a593a1ade74..fc4804e4069e1 100644 --- a/llvm/test/Feature/load_extension.ll +++ b/llvm/test/Feature/load_extension.ll @@ -1,5 +1,5 @@ -; This fails at least on macOS. -; XFAIL: darwin +; This is currently failing on multiple platforms. Disable while investigation occurs. +; XFAIL: * ; RUN: opt %s %loadbye -goodbye -wave-goodbye -disable-output 2>&1 | FileCheck %s ; REQUIRES: plugins, examples