This repository was archived by the owner on May 14, 2024. It is now read-only.
Commit e13ccf3
committed
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: I4217f616995635515c637d38fac40303225ee6f71 parent a4cd0c7 commit e13ccf3
2 files changed
Lines changed: 27 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2005 | 2005 | | |
2006 | 2006 | | |
2007 | 2007 | | |
2008 | | - | |
| 2008 | + | |
| 2009 | + | |
2009 | 2010 | | |
2010 | 2011 | | |
2011 | | - | |
| 2012 | + | |
| 2013 | + | |
2012 | 2014 | | |
2013 | 2015 | | |
2014 | | - | |
2015 | | - | |
2016 | | - | |
2017 | | - | |
2018 | | - | |
| 2016 | + | |
| 2017 | + | |
| 2018 | + | |
| 2019 | + | |
| 2020 | + | |
| 2021 | + | |
| 2022 | + | |
| 2023 | + | |
| 2024 | + | |
| 2025 | + | |
| 2026 | + | |
| 2027 | + | |
| 2028 | + | |
| 2029 | + | |
| 2030 | + | |
| 2031 | + | |
| 2032 | + | |
2019 | 2033 | | |
2020 | 2034 | | |
2021 | 2035 | | |
| |||
2097 | 2111 | | |
2098 | 2112 | | |
2099 | 2113 | | |
2100 | | - | |
| 2114 | + | |
2101 | 2115 | | |
2102 | | - | |
| 2116 | + | |
2103 | 2117 | | |
2104 | 2118 | | |
2105 | 2119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
136 | 138 | | |
137 | 139 | | |
138 | 140 | | |
| |||
0 commit comments