Commit d8f6a6a
Jakub Chlanda
[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)1 parent 83555cd commit d8f6a6a
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
452 | | - | |
453 | | - | |
| 452 | + | |
454 | 453 | | |
455 | 454 | | |
456 | 455 | | |
| |||
962 | 961 | | |
963 | 962 | | |
964 | 963 | | |
965 | | - | |
966 | | - | |
967 | | - | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
968 | 968 | | |
969 | 969 | | |
970 | 970 | | |
| |||
0 commit comments