File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
llvm/include/llvm/DebugInfo/Symbolize Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,13 +196,13 @@ class LLVMSymbolizer {
196
196
Expected<ObjectPair> getOrCreateObjectPair (const std::string &Path,
197
197
const std::string &ArchName);
198
198
199
- // / Return a pointer to the object file with the specified name, for a
199
+ // / Return a pointer to the object file with the specified name, for a
200
200
// / specified architecture (e.g. if path refers to a Mach-O universal
201
201
// / binary, only one object file from it will be returned).
202
202
Expected<ObjectFile *> getOrCreateObject (const std::string &InputPath,
203
203
const std::string &DefaultArchName);
204
204
205
- // / Return a pointer to the object file with the specified name, for a
205
+ // / Return a pointer to the object file with the specified name, for a
206
206
// / specified architecture that is present inside an archive file.
207
207
Expected<ObjectFile *> getOrCreateObjectFromArchive (StringRef ArchivePath,
208
208
StringRef MemberName,
You can’t perform that action at this time.
0 commit comments