[llvm] [llvm] Support IFuncs on Darwin platforms (PR #73686)
Jon Roelofs via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 28 10:44:37 PST 2023
================
@@ -0,0 +1,42 @@
+; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
----------------
jroelofs wrote:
This test is leftover from a different approach I took earlier in the history of this patch series. I don't think we actually need it.
https://github.com/llvm/llvm-project/pull/73686
More information about the llvm-commits
mailing list