Skip to content

Commit 47f2465

Browse files
authored
Revert "Merge pull request KhronosGroup#301 from alan-baker/hpp1" (KhronosGroup#302)
This reverts commit 747031e, reversing changes made to 85a1ed2. In other words, don't add the .hpp11 files to the BUILD.gn That's because GN doesn't recognize .hpp11 extension as a C/C++ header file. See https://bugs.chromium.org/p/gn/issues/detail?id=311 Instead, client dependencies should #include the .hpp11 file directly even though that seems to hide it away from GN's visibility. That seems wrong, but it does work.
1 parent 747031e commit 47f2465

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

BUILD.gn

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,12 @@ source_set("spv_headers") {
3232
"include/spirv/1.2/OpenCL.std.h",
3333
"include/spirv/1.2/spirv.h",
3434
"include/spirv/1.2/spirv.hpp",
35-
"include/spirv/1.2/spirv.hpp11",
3635
"include/spirv/unified1/GLSL.std.450.h",
3736
"include/spirv/unified1/NonSemanticClspvReflection.h",
3837
"include/spirv/unified1/NonSemanticDebugPrintf.h",
3938
"include/spirv/unified1/OpenCL.std.h",
4039
"include/spirv/unified1/spirv.h",
4140
"include/spirv/unified1/spirv.hpp",
42-
"include/spirv/unified1/spirv.hpp11",
4341
]
4442

4543
public_configs = [ ":spv_headers_public_config" ]

0 commit comments

Comments
 (0)