From 9fb5fdb841aaa39d6e05b8bda343fe7a13c0111a Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Mon, 20 Aug 2018 06:47:26 +0900 Subject: [PATCH] Bug 1484100 - No-op change to clang-win64.json to retrigger a clang-cl build from a decision task to make CoT happy again. r=me --- build/build-clang/clang-win64.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/build-clang/clang-win64.json b/build/build-clang/clang-win64.json index a438f9d7bb5e..48177a849415 100644 --- a/build/build-clang/clang-win64.json +++ b/build/build-clang/clang-win64.json @@ -15,7 +15,7 @@ "ml": "ml64.exe", "patches": [ "loosen-msvc-detection.patch", - "r339636.patch", - "workaround-issue38586.patch" + "workaround-issue38586.patch", + "r339636.patch" ] }