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 efa2beb commit 6cce2d4Copy full SHA for 6cce2d4
dmd2/root/port.h
@@ -10,7 +10,7 @@
10
// Portable wrapper around compiler/system specific things.
11
// The idea is to minimize #ifdef's in the app code.
12
13
-#if defined(IN_LLVM) && (LDC_LLVM_VER >= 303)
+#if defined(IN_LLVM) && ((LDC_LLVM_VER == 303) || (LDC_LLVM_VER == 304))
14
#include "llvm/Config/config.h"
15
#endif
16
#if IN_LLVM
dmd2/root/rmem.h
#ifndef ROOT_MEM_H
#define ROOT_MEM_H
#include <stddef.h> // for size_t
0 commit comments