We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b99eb3 commit f20a8faCopy full SHA for f20a8fa
llvm/include/llvm/MC/MCSymbolGOFF.h
@@ -28,10 +28,10 @@ class MCSymbolGOFF : public MCSymbol {
28
GOFF::LDAttr LDAttributes;
29
30
enum SymbolFlags : uint16_t {
31
- SF_LD = 0x01, // LD attributes are set.
32
- // Leave place for EX attributes.
33
- SF_Hidden = 0x04, // Symbol is hidden, aka not exported.
34
- SF_Weak = 0x08, // Symbol is weak.
+ SF_LD = 0x01, // LD attributes are set.
+ // Leave place for EX attributes.
+ SF_Hidden = 0x04, // Symbol is hidden, aka not exported.
+ SF_Weak = 0x08, // Symbol is weak.
35
};
36
37
public:
0 commit comments