We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54452a commit f9f17adCopy full SHA for f9f17ad
.ci/monolithic-windows.sh
@@ -50,8 +50,8 @@ echo "--- cmake"
50
pip install -q -r "${MONOREPO_ROOT}"/mlir/python/requirements.txt
51
pip install -q -r "${MONOREPO_ROOT}"/.ci/requirements.txt
52
53
-export CC=cl
54
-export CXX=cl
+export CC=clang
+export CXX=clang++
55
export LD=link
56
57
# The CMAKE_*_LINKER_FLAGS to disable the manifest come from research
0 commit comments