-
Notifications
You must be signed in to change notification settings - Fork 562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
port annotation infrastructure to AArchXX #1672
Comments
We also need to port to AArch64 which we could include here as the implementations may be quite similar. |
There is further information here along with a potential contributor: https://groups.google.com/forum/#!topic/dynamorio-users/0HZGzngZmZ0 |
DR does not support annotations on ARM (DRi#1672) so we have to disable our annotations for non-x86. Adds ARM and Android builds to Travis. Issue: DynamoRIO/dynamorio#4168, DynamoRIO/dynamorio#1672 Fixes DynamoRIO/dynamorio#4168
DR does not support annotations on ARM (DRi#1672) so we have to disable our annotations for non-x86. Adds ARM and Android builds to Travis. Issue: DynamoRIO/dynamorio#4168, DynamoRIO/dynamorio#1672 Fixes DynamoRIO/dynamorio#4168
Fixes a broken install step for ARM by disabling the annotation header install for non-x86. DR does not yet support annotations on ARM (DRi#1672). Issue: DynamoRIO/dynamorio#4168, DynamoRIO/dynamorio#1672
Fixes a broken install step for ARM by disabling the annotation header install for non-x86. DR does not yet support annotations on ARM (DRi#1672). Issue: DynamoRIO/dynamorio#4168, DynamoRIO/dynamorio#1672
@byron-hawkins made a nice parameterizable multi-threaded test app for annotations |
Adds custom annotation macro defines to enable building the client.annotation-concurrency executable and its shared library on AArchXX. Enables the 4 tests that require that executable, but do not need annotation support: tool.drcachesim.threads, tool.drcachesim.threads-with-config-file, tool.drcachesim.coherence, and tool.drcachesim.TLB-threads. Issue: #4474, #1672
Adds custom annotation macro defines to enable building the client.annotation-concurrency executable and its shared library on AArchXX. Enables the 4 tests that require that executable, but do not need annotation support: tool.drcachesim.threads, tool.drcachesim.threads-with-config-file, tool.drcachesim.coherence, and tool.drcachesim.TLB-threads. Issue: #4474, #1672
Split from #1551
The text was updated successfully, but these errors were encountered: