[clang] [llvm] [DirectX] Set DXIL Version using shader model version in compilation target profile (PR #89823)

Chris B via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 23 18:20:29 PDT 2024


================
@@ -12,7 +12,10 @@
 #include "clang/Driver/DriverDiagnostic.h"
 #include "clang/Driver/Job.h"
 #include "llvm/ADT/StringSwitch.h"
+#include "llvm/Support/ErrorHandling.h"
 #include "llvm/TargetParser/Triple.h"
+#include <optional>
+#include <string>
----------------
llvm-beanz wrote:

Do we need <string>?

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


More information about the llvm-commits mailing list