[HIPIFY][#1430] Build fix for LLVM < 8.0.0

[ROCm/hip commit: 3011e41420]
Dieser Commit ist enthalten in:
Evgeny Mankov
2019-09-18 11:53:23 +03:00
Ursprung 1e9e652ecb
Commit 19d8d17e55
+3
Datei anzeigen
@@ -34,6 +34,9 @@ THE SOFTWARE.
#include "ArgParse.h"
#include "StringUtils.h"
#include "llvm/Support/Debug.h"
#if LLVM_VERSION_MAJOR < 8
#include "llvm/Support/Path.h"
#endif
constexpr auto DEBUG_TYPE = "cuda2hip";