Skip to content

Commit

Permalink
[SPIRV] Explicitly include SmallSet
Browse files Browse the repository at this point in the history
We were relying on a transitive include. This fixed
building the SPIRV backend.
  • Loading branch information
pmatos committed Aug 14, 2023
1 parent 2ae2b4e commit 00ae86b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/Target/SPIRV/SPIRVSubtarget.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include "SPIRVFrameLowering.h"
#include "SPIRVISelLowering.h"
#include "SPIRVInstrInfo.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/CodeGen/GlobalISel/CallLowering.h"
#include "llvm/CodeGen/GlobalISel/InstructionSelector.h"
#include "llvm/CodeGen/GlobalISel/LegalizerInfo.h"
Expand Down

0 comments on commit 00ae86b

Please sign in to comment.