From 28d8cb13fff6ef684a1e10f9a42a36b9319f44e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Jyl=C3=A4nki?= Date: Sun, 7 Aug 2016 22:30:01 +0300 Subject: [PATCH] Add the grep tool. This is only needed if one wants to run the 'other.test_llvm_list' test for LLVM itself, Emscripten doesn't care much about this. --- emsdk_manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/emsdk_manifest.json b/emsdk_manifest.json index 76e6693..b1d5792 100644 --- a/emsdk_manifest.json +++ b/emsdk_manifest.json @@ -749,6 +749,12 @@ "activated_cfg": "CRUNCH='%installation_dir%/crunch'", "activated_path": "%installation_dir%" }, + { + "id": "gnu", // Would really want to name this 'grep' but llvm-lit has a bug that it fails to find 'grep' tool if it is located in a directory that has the word 'grep' as a substring. + "version": "2.5.4", + "windows_url": "grep-2.5.4.zip", + "activated_path": "%installation_dir%/bin" + }, { "id": "mingw", "version": "4.6.2",