[llvm] de7e9eb - [Orc] XFAIL test with Comdats on macOS
Jonas Hahnfeld via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 3 07:34:18 PST 2023
Author: Jonas Hahnfeld
Date: 2023-02-03T16:33:57+01:00
New Revision: de7e9ebe46d1acc0ee12609ada49aa21064b7a97
URL: https://github.com/llvm/llvm-project/commit/de7e9ebe46d1acc0ee12609ada49aa21064b7a97
DIFF: https://github.com/llvm/llvm-project/commit/de7e9ebe46d1acc0ee12609ada49aa21064b7a97.diff
LOG: [Orc] XFAIL test with Comdats on macOS
The bots report:
LLVM ERROR: MachO doesn't support COMDATs, 'f' cannot be lowered.
Added:
Modified:
llvm/test/ExecutionEngine/Orc/weak-comdat.ll
Removed:
################################################################################
diff --git a/llvm/test/ExecutionEngine/Orc/weak-comdat.ll b/llvm/test/ExecutionEngine/Orc/weak-comdat.ll
index 8cedd57ef922c..b2842f5c2515a 100644
--- a/llvm/test/ExecutionEngine/Orc/weak-comdat.ll
+++ b/llvm/test/ExecutionEngine/Orc/weak-comdat.ll
@@ -1,4 +1,5 @@
; RUN: lli -extra-module %p/Inputs/weak-comdat-def.ll %s
+; XFAIL: target={{.*}}-darwin{{.*}}
declare i32 @g()
More information about the llvm-commits
mailing list