You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -122,24 +122,24 @@ By default most dependencies are built together with Compiler Gym. To search for
122
122
*`COMPILER_GYM_GLOG_PROVIDER`
123
123
*`COMPILER_GYM_GRPC_PROVIDER`
124
124
*`COMPILER_GYM_GTEST_PROVIDER`
125
+
*`COMPILER_GYM_LLVM_PROVIDER`
125
126
*`COMPILER_GYM_NLOHMANN_JSON_PROVIDER`
126
127
*`COMPILER_GYM_PROTOBUF_PROVIDER`
127
128
128
129
```bash
129
-
cmake -GNinja \
130
+
cmake \
130
131
-DCMAKE_C_COMPILER=clang-9 \
131
132
-DCMAKE_CXX_COMPILER=clang++-9 \
132
-
-DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache \ # For faster rebuilds, can be removed
133
-
-DCMAKE_EXE_LINKER_FLAGS_INIT="-fuse-ld=lld" -DCMAKE_MODULE_LINKER_FLAGS_INIT="-fuse-ld=lld" -DCMAKE_SHARED_LINKER_FLAGS_INIT="-fuse-ld=lld"\ # For faster builds, can be removed
134
133
-DPython3_FIND_VIRTUALENV=FIRST \
135
134
-DCMAKE_BUILD_WITH_INSTALL_RPATH=true \
136
135
-S "<path to source directory>" \
137
136
-B "<path to build directory>"
138
137
139
-
cmake --build "<path to build directory>"
138
+
cmake --build "<path to build directory>"
140
139
141
140
pip install <path to build directory>/py_pkg/dist/compiler_gym*.whl --force-reinstall
0 commit comments