[llvm] [clang-tools-extra] [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:26 PST 2023
================
@@ -1,14 +1,49 @@
-; RUN: llvm-as < %s -o - | llc -filetype=asm | FileCheck %s
+; RUN: llc -filetype=asm -mtriple=x86_64-unknown-linux-gnu %s -o - | FileCheck %s --check-prefixes=ELF
----------------
MaskRay wrote:
omit `-filetype=asm`
https://github.com/llvm/llvm-project/pull/73686
More information about the cfe-commits
mailing list