File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ class LinkerDriver {
112
112
void detectWinSysRoot (const llvm::opt::InputArgList &args);
113
113
114
114
// Adds various search paths based on the sysroot. Must only be called once
115
- // config-> machine has been set.
115
+ // config. machine has been set.
116
116
void addWinSysRootLibSearchPaths ();
117
117
118
118
// Symbol names are mangled by prepending "_" on x86.
Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ void SymbolTable::scanVersionScript() {
318
318
// script with `global: *` are used.
319
319
//
320
320
// '--retain-symbol-file' adds a "*" pattern to
321
- // 'config-> versionDefinitions[VER_NDX_LOCAL].nonLocalPatterns', see
321
+ // 'versionDefinitions[VER_NDX_LOCAL].nonLocalPatterns', see
322
322
// 'readConfigs()' in 'Driver.cpp'. Note that it is not '.localPatterns',
323
323
// and may seem counterintuitive, but still works as expected. Here we can
324
324
// exploit that and skip analyzing the pattern added for this option.
You can’t perform that action at this time.
0 commit comments