This repository has been archived by the owner on May 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bugs with name expression map APIs and test
For the API, switch to using section names instead of flags to identify specific sections. It appears the flags set may differ across machines. For the test, correctly set up nameExpressions and symbolNames to have two different name expressions, one for each example in the test source code. This fixes an invalid memory read that causes errors on some systems. Also fix map fetch to correctly check code object instead of bitcode in second part of test. Change-Id: I4217f616995635515c637d38fac40303225ee6f7
- Loading branch information
Showing
2 changed files
with
27 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters