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
[LIBCLC] Use default compilation DB for ClangTool run (#9974)
Since
94f7c96
landed the `-fno-lifetime-dse` option is added to the compilation
database, if using non-llvm based toolchains, this option is not
compatible with clang and as tools invocation in libclc does not relay
on the content of the DB, use the default, empty one.
Also fix deprecated `makeArrayRef` warning.
cc: [abagusetty](https://github.com/abagusetty)
0 commit comments