forked from OSchip/llvm-project
parent
19e7076ddd
commit
d71c1009c2
|
@ -35,7 +35,6 @@ namespace llvm {
|
||||||
/// a section.
|
/// a section.
|
||||||
struct SectionKind {
|
struct SectionKind {
|
||||||
enum Kind {
|
enum Kind {
|
||||||
Unknown = 0, ///< Custom section.
|
|
||||||
Text, ///< Text section.
|
Text, ///< Text section.
|
||||||
BSS, ///< BSS section.
|
BSS, ///< BSS section.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue