This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Consider removing src/QirRuntime/externals/LLVM
#554
Closed
Description
(Technical Debt)
Make sure that the info about llvm-ar.exe
in here is still applicable. If not then consider
- removing
src/QirRuntime/externals/LLVM
- removing the
$llvmExtras
from qsharp-runtime/src/QirRuntime/build-qir-runtime.ps1 - Using the
llvm-ar.exe
from the (inPATH
) clang/llvm toolchain installation, e.g. at
C:\Program Files\LLVM\bin
or
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\Llvm\x64\bin
.