forked from OSchip/llvm-project
parent
2c531165ff
commit
3aca58f135
|
@ -84,7 +84,7 @@ class File;
|
||||||
/// C function place in custom section: __attribute__((section("__foo")))
|
/// C function place in custom section: __attribute__((section("__foo")))
|
||||||
/// void foo() {} <br>
|
/// void foo() {} <br>
|
||||||
/// name=foo, type=code, perm=r_x, scope=global,
|
/// name=foo, type=code, perm=r_x, scope=global,
|
||||||
/// sectionChoice=customRequired, custonSectionName=__foo
|
/// sectionChoice=customRequired, customSectionName=__foo
|
||||||
///
|
///
|
||||||
class DefinedAtom : public Atom {
|
class DefinedAtom : public Atom {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue