[clang-tools-extra] [llvm] [clang] [llvm] Support IFuncs on Darwin platforms (PR #73686)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 5 19:53:07 PST 2023


================
@@ -0,0 +1,72 @@
+; RUN: llc -mtriple=arm64-unknown-linux-gnu %s -filetype=asm -o - | FileCheck %s --check-prefixes=ELF
----------------
MaskRay wrote:

Omit `-filetype=asm` (convention).

https://github.com/llvm/llvm-project/pull/73686


More information about the cfe-commits mailing list