[ORC] Make weak-comdat.ll testcase UNSUPPORTED on Darwin, rather than XFAIL.
authorLang Hames <lhames@gmail.com>
Fri, 3 Feb 2023 20:03:21 +0000 (12:03 -0800)
committerLang Hames <lhames@gmail.com>
Fri, 3 Feb 2023 20:04:06 +0000 (12:04 -0800)
llvm/test/ExecutionEngine/Orc/weak-comdat.ll

index b2842f5c2515ad3104354976440d6685b3008f40..e1e1ab02e2981b3caea5d141f2c736ab887700e1 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: lli -extra-module %p/Inputs/weak-comdat-def.ll %s
-; XFAIL: target={{.*}}-darwin{{.*}}
+; UNSUPPORTED: target={{.*}}-darwin{{.*}}
 
 declare i32 @g()