Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Event Timeline
llvm/test/CodeGen/AArch64/clang-section-macho.ll | ||
---|---|---|
9 | "__TEXT,__mytext" |
FWIW, the attribute bits look reasonable to me.
clang/lib/Sema/SemaDeclAttr.cpp | ||
---|---|---|
3056 | Might as well fix the formatting issues. |
clang/lib/Sema/SemaAttr.cpp | ||
---|---|---|
304 | Shouldn't this block return so the section doesn't get marked as valid later? |
clang/lib/Sema/SemaAttr.cpp | ||
---|---|---|
304 | yes! |
Shouldn't this block return so the section doesn't get marked as valid later?