mirror of
https://github.com/intel/llvm.git
synced 2026-02-08 00:14:21 +08:00
[COFF] Rename variale references in comments after VariableName -> variableName change
llvm-svn: 366193
This commit is contained in:
@@ -567,7 +567,7 @@ void IdataContents::create() {
|
||||
// Create .idata contents for each DLL.
|
||||
for (std::vector<DefinedImportData *> &syms : v) {
|
||||
// Create lookup and address tables. If they have external names,
|
||||
// we need to create HintName chunks to store the names.
|
||||
// we need to create hintName chunks to store the names.
|
||||
// If they don't (if they are import-by-ordinals), we store only
|
||||
// ordinal values to the table.
|
||||
size_t base = lookups.size();
|
||||
|
||||
Reference in New Issue
Block a user