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

Alexandros Lamprineas via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 14 13:44:19 PDT 2024


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

Is this test file specific to AArch64? If so is it worth adding an 'aarch64-' prefix to it?

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


More information about the cfe-commits mailing list