<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#CCCCCC">
<font face="Arial Rounded MT">Hello, <br>
<br>
Our team recently started with Clang and LLVM.  <br>
<br>
We installed the LLVM-8.0.1-win64.exe on Windows. <br>
<br>
Next we successfully used Clang to compile a program to .bc.<br>
<br>
But when we run an opt pass, we get:<br>
<br>
    opt is not recognized as an internal or external command  <br>
<br>
The two last entries in the PATH are C:\Program Files\LLVM and C:\Program Files\LLVM\bin.<br>
<br>
In the LLVM installation directory, the only "opt" we have is OptRemarks.dll (in the /bin subfolder).  <br>
<br>
Thank you for any assistance. <br>
<br>
Brian<br>
<br>
</font>
</body>
</html>