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 17f78f0 commit ff2566aCopy full SHA for ff2566a
llvm/include/llvm/Config/llvm-config.h.cmake
@@ -33,9 +33,6 @@
33
/* LLVM architecture name for the native architecture, if available */
34
#cmakedefine LLVM_NATIVE_ARCH ${LLVM_NATIVE_ARCH}
35
36
-/* sizeof(uintptr_t) name for the native architecture, if available */
37
-#cmakedefine LLVM_NATIVE_ARCH_SIZEOF_UINTPTR_T ${LLVM_NATIVE_ARCH_SIZEOF_UINTPTR_T}
38
-
39
/* LLVM name for the native AsmParser init function, if available */
40
#cmakedefine LLVM_NATIVE_ASMPARSER LLVMInitialize${LLVM_NATIVE_ARCH}AsmParser
41
0 commit comments