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 {
112112 void detectWinSysRoot (const llvm::opt::InputArgList &args);
113113
114114 // 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.
116116 void addWinSysRootLibSearchPaths ();
117117
118118 // 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() {
318318 // script with `global: *` are used.
319319 //
320320 // '--retain-symbol-file' adds a "*" pattern to
321- // 'config-> versionDefinitions[VER_NDX_LOCAL].nonLocalPatterns', see
321+ // 'versionDefinitions[VER_NDX_LOCAL].nonLocalPatterns', see
322322 // 'readConfigs()' in 'Driver.cpp'. Note that it is not '.localPatterns',
323323 // and may seem counterintuitive, but still works as expected. Here we can
324324 // exploit that and skip analyzing the pattern added for this option.
You can’t perform that action at this time.
0 commit comments