From c0afb2c57c13454970bc026fa607f26978084c02 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Mon, 31 Dec 2018 11:00:32 -0500 Subject: [PATCH] Add LLVM to appveyor path. --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 5092ebf910c..bdd294c2aaf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,6 +17,7 @@ environment: C:\\Python27\\Scripts;\ C:\\Tools\\PsTools;\ C:\\Tools\\NuGet3;\ + C:\\Program Files\\LLVM\\bin;\ C:\\Program Files\\Microsoft\\Web Platform Installer\\;\ C:\\Program Files\\7-Zip;\ C:\\Program Files\\Mercurial;\