Skip to content

Commit 56c79d8

Browse files
svenvhdbudanov-cmplr
authored andcommitted
Remove 2 unused SPCV_ macros
Original commit: KhronosGroup/SPIRV-LLVM-Translator@160f013
1 parent 9d06835 commit 56c79d8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

llvm-spirv/lib/SPIRV/SPIRVInternal.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@ namespace SPIRV {
6868
/// This number should be bumped up whenever the generated SPIR-V changes.
6969
const static unsigned short KTranslatorVer = 14;
7070

71-
#define SPCV_TARGET_LLVM_IMAGE_TYPE_ENCODE_ACCESS_QUAL 0
72-
// Workaround for SPIR 2 producer bug about kernel function calling convention.
73-
// This workaround checks metadata to determine if a function is kernel.
74-
#define SPCV_RELAX_KERNEL_CALLING_CONV 1
75-
7671
class SPIRVOpaqueType;
7772
typedef SPIRVMap<std::string, Op, SPIRVOpaqueType> SPIRVOpaqueTypeOpCodeMap;
7873

0 commit comments

Comments
 (0)