[llvm-branch-commits] [clang] [libcxx] [compiler-rt] [mlir] [libcxxabi] [lldb] [openmp] [flang] [lld] [clang-tools-extra] [libc] [llvm] [clang] Function Multi Versioning supports IFunc lowerings on Darwin platforms (PR #73688)

Fangrui Song via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Dec 13 15:31:40 PST 2023


================
@@ -1,4 +1,5 @@
 // RUN: %clang_cc1 -triple x86_64-linux-gnu -emit-llvm -o - %s | FileCheck %s --check-prefix=LINUX
+// RUN: %clang_cc1 -triple x86_64-apple-macosx -emit-llvm -o - %s | FileCheck %s --check-prefix=LINUX
----------------
MaskRay wrote:

Is "macosx" a deprecated OS name? 

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


More information about the llvm-branch-commits mailing list