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 3bd8409 commit c11b614Copy full SHA for c11b614
llvm/lib/ExecutionEngine/JITLink/XCOFFLinkGraphBuilder.h
@@ -45,10 +45,10 @@ class XCOFFLinkGraphBuilder {
45
const object::XCOFFObjectFile &Obj;
46
std::unique_ptr<LinkGraph> G;
47
48
- Section* UndefSection;
+ Section *UndefSection;
49
50
struct SectionEntry {
51
- jitlink::Section* Section;
+ jitlink::Section *Section;
52
object::SectionRef SectionData;
53
};
54
0 commit comments