Commit b46ad28d authored by Matthew Cary's avatar Matthew Cary Committed by Commit Bot

Orderfile: correct --manual-libname plumbing.

Small fix to correct usage of --manual-libname.

Change-Id: Idba891ed7e193a42bd355812972f9c649876f214
Reviewed-on: https://chromium-review.googlesource.com/c/1349263Reviewed-by: default avatarBenoit L <lizeb@chromium.org>
Commit-Queue: Matthew Cary <mattcary@chromium.org>
Cr-Commit-Position: refs/heads/master@{#610605}
parent 4a2f7f43
......@@ -726,7 +726,7 @@ class OrderfileGenerator(object):
with file(self._options.manual_symbol_offsets) as f:
symbol_offsets = [int(x) for x in f.xreadlines()]
processor = process_profiles.SymbolOffsetProcessor(
self._options.manual_libname)
self._compiler.manual_libname)
generator = cyglog_to_orderfile.OffsetOrderfileGenerator(
processor, cyglog_to_orderfile.ObjectFileProcessor(
self._options.manual_objdir))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment