[clang] [llvm] Add ifunc support for Windows on AArch64. (PR #111962)

Daniel Kiss via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 14 23:52:12 PDT 2024


================
@@ -0,0 +1,65 @@
+// RUN: %clang_cc1 -triple aarch64-pc-windows-msvc -emit-llvm -o - %s | FileCheck %s
----------------
DanielKristofKiss wrote:

So far, but other targets could be added here later without too much change to the test.

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


More information about the cfe-commits mailing list