[llvm] [DirectX] Infrastructure to collect shader flags for each function (PR #112967)

Justin Bogner via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 22 13:44:28 PST 2024


================
@@ -25,6 +25,7 @@
 #include "llvm/IR/Module.h"
 #include "llvm/InitializePasses.h"
 #include "llvm/Pass.h"
+#include "llvm/Support/Error.h"
----------------
bogner wrote:

Unused include

https://github.com/llvm/llvm-project/pull/112967


More information about the llvm-commits mailing list