================ @@ -18,7 +18,6 @@ #define LLVM_SUPPORT_DXILABI_H #include "llvm/ADT/StringRef.h" ---------------- nikic wrote: Can also replace this StringRef.h include with a forward declaration. https://github.com/llvm/llvm-project/pull/153840