We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d79cdc commit ab4bbe0Copy full SHA for ab4bbe0
llvm/include/llvm/Frontend/HLSL/HLSLRootSignature.h
@@ -16,6 +16,7 @@
16
17
#include "llvm/Support/Compiler.h"
18
#include "llvm/Support/DXILABI.h"
19
+#include <limits>
20
#include <variant>
21
22
namespace llvm {
llvm/unittests/Frontend/HLSLRootSignatureRangesTest.cpp
@@ -6,7 +6,7 @@
6
//
7
//===----------------------------------------------------------------------===//
8
9
-#include "llvm/Frontend/HLSL/HLSLRootSignature.h"
+#include "llvm/Frontend/HLSL/HLSLRootSignatureUtils.h"
10
#include "gtest/gtest.h"
11
12
using namespace llvm::hlsl::rootsig;
0 commit comments