File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 7
7
/* */
8
8
/*===----------------------------------------------------------------------===*/
9
9
10
+ #ifndef HLSLTEST_CONFIG_H
11
+ #define HLSLTEST_CONFIG_H
12
+
10
13
/* Enable D3D12 Support */
11
14
#cmakedefine HLSLTEST_ENABLE_D3D12
12
15
18
21
19
22
/* If building for apple platforms */
20
23
#cmakedefine01 APPLE
24
+
25
+ #endif // HLSLTEST_CONFIG_H
Original file line number Diff line number Diff line change 10
10
//
11
11
// ===----------------------------------------------------------------------===//
12
12
13
+ #ifndef HLSLTEST_SUPPORT_PIPELINE_H
14
+ #define HLSLTEST_SUPPORT_PIPELINE_H
15
+
13
16
#include " llvm/ADT/SmallVector.h"
14
17
#include " llvm/ADT/StringRef.h"
15
18
#include " llvm/Support/YAMLTraits.h"
@@ -167,3 +170,5 @@ template <> struct ScalarEnumerationTraits<hlsltest::DataAccess> {
167
170
};
168
171
} // namespace yaml
169
172
} // namespace llvm
173
+
174
+ #endif // HLSLTEST_SUPPORT_PIPELINE_H
You can’t perform that action at this time.
0 commit comments