Skip to content

Commit e6b55cd

Browse files
committed
MCExpr: Remove unused VK_GOT/VK_GOTPCREL
1 parent 1c09dd5 commit e6b55cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/include/llvm/MC/MCExpr.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,6 @@ class MCSymbolRefExpr : public MCExpr {
196196
enum VariantKind : uint16_t {
197197
VK_None,
198198

199-
VK_GOT,
200-
VK_GOTPCREL,
201199
VK_SECREL,
202200
VK_WEAKREF, // The link between the symbols in .weakref foo, bar
203201

0 commit comments

Comments
 (0)