[lld] [LLD][COFF] Detect weak reference cycles. (PR #104463)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 15 09:48:56 PDT 2024
================
@@ -0,0 +1,42 @@
+REQUIRES: x86
----------------
MaskRay wrote:
I think COFF doesn't have ELF's weak references. COFF only has weak externals, similar to ELF's weak definitions.
I'd use `weak-external-cycle.test` to be beside `weak-external{,2,3}.test`
https://github.com/llvm/llvm-project/pull/104463
More information about the llvm-commits
mailing list