[llvm] [HLSL] Refactoring DXILABI.h to not depend on scope printer (PR #153840)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 16 00:30:32 PDT 2025


================
@@ -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


More information about the llvm-commits mailing list