File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ enum class SortSectionPolicy {
123
123
enum class Target2Policy { Abs, Rel, GotRel };
124
124
125
125
// For tracking ARM Float Argument PCS
126
- enum class ARMVFPArgKind { Default, Base, VFP, ToolChain };
126
+ enum class ARMVFPArgKind {Default, Base, VFP, ToolChain};
127
127
128
128
// For -z noseparate-code, -z separate-code and -z separate-loadable-segments.
129
129
enum class SeparateSegmentKind { None, Code, Loadable };
@@ -196,8 +196,7 @@ struct Config {
196
196
uint8_t osabi = 0 ;
197
197
uint32_t andFeatures = 0 ;
198
198
llvm::CachePruningPolicy thinLTOCachePolicy;
199
- llvm::SetVector<llvm::CachedHashString>
200
- dependencyFiles; // for --dependency-file
199
+ llvm::SetVector<llvm::CachedHashString> dependencyFiles; // for --dependency-file
201
200
llvm::StringMap<uint64_t > sectionStartMap;
202
201
llvm::StringRef bfdname;
203
202
llvm::StringRef chroot;
You can’t perform that action at this time.
0 commit comments