commit | 1109fb3cacc8bb667979780c2b4b12ce5bb64549 | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Tue Apr 07 20:21:06 2015 +0100 |
committer | David Srbecky <dsrbecky@google.com> | Wed Apr 08 15:08:07 2015 +0100 |
tree | 00b38dbb7d7cf173bb376ed0b87d015dc09a6559 | |
parent | cde8e5da3e774a2494b051043130c0495eca09ef [diff] [blame] |
Implement CFI for Quick. CFI is necessary for stack unwinding in gdb, lldb, and libunwind. Change-Id: Ic3b84c9dc91c4bae80e27cda02190f3274e95ae8
diff --git a/compiler/dex/mir_graph.h b/compiler/dex/mir_graph.h index d4a9eb9..95cff0a 100644 --- a/compiler/dex/mir_graph.h +++ b/compiler/dex/mir_graph.h
@@ -1463,6 +1463,7 @@ friend class GvnDeadCodeEliminationTest; friend class LocalValueNumberingTest; friend class TopologicalSortOrderTest; + friend class QuickCFITest; }; } // namespace art