summaryrefslogtreecommitdiff
path: root/runtime/prebuilt_tools_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/prebuilt_tools_test.cc')
-rw-r--r--runtime/prebuilt_tools_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/prebuilt_tools_test.cc b/runtime/prebuilt_tools_test.cc
index 17c0d42e9d..e05a8e4113 100644
--- a/runtime/prebuilt_tools_test.cc
+++ b/runtime/prebuilt_tools_test.cc
@@ -28,7 +28,7 @@ namespace art {
class PrebuiltToolsTest : public CommonRuntimeTest {
public:
static void CheckToolsExist(InstructionSet isa) {
- const char* tools[] = { "clang", "llvm-objdump" };
+ const char* tools[] = { "clang", "llvm-addr2line", "llvm-dwarfdump", "llvm-objdump" };
for (const char* tool : tools) {
std::string path = GetAndroidTool(tool, isa);
ASSERT_TRUE(OS::FileExists(path.c_str())) << path;