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
with 95ded99 libsycl.so-gdb.py is getting installed as INST_DIR//SRC_DIR/sycl/xmethods/$<TARGET_FILE_NAME:sycl>-gdb.py
where INST_DIR is the value of CMAKE_INSTALL_PREFIX, SRC_DIR is the location of the llvm source, and $<TARGET_FILE_NAME:sycl> is actually that exact string.
this got messed up somewhere between bb73d92 and 95ded99
config.py options were --cuda --shared-libs -o . -t release --no-werror
The text was updated successfully, but these errors were encountered:
with 95ded99 libsycl.so-gdb.py is getting installed as
INST_DIR//SRC_DIR/sycl/xmethods/$<TARGET_FILE_NAME:sycl>-gdb.py
where INST_DIR is the value of
CMAKE_INSTALL_PREFIX
, SRC_DIR is the location of the llvm source, and$<TARGET_FILE_NAME:sycl>
is actually that exact string.this got messed up somewhere between bb73d92 and 95ded99
config.py options were
--cuda --shared-libs -o . -t release --no-werror
The text was updated successfully, but these errors were encountered: