You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The enumerator VK_WEAKREF is no longer used. However, when I try removing it,
--- i/llvm/include/llvm/MC/MCExpr.h+++ w/llvm/include/llvm/MC/MCExpr.h@@ -199,7 +199,6 @@ public:
VK_None,
VK_SECREL,
- VK_WEAKREF, // The link between the symbols in .weakref foo, bar
VK_COFF_IMGREL32, // symbol@imgrel (image-relative)
I get failures related to AArch64 Win64EH. Perhaps something is sensitive to the value of VK_COFF_IMGREL32?