From db5f0b0237ed8bd93db99d7beb8e91e00f9c1315 Mon Sep 17 00:00:00 2001 From: Evgeny Mankov Date: Thu, 7 Nov 2019 11:32:53 +0300 Subject: [PATCH] [HIPIFY][fix] Delete canCompileHostAndDeviceInOneJob declaration as well [ROCm/clr commit: 4d2424ad36ac22e06473b697796899c41490081a] --- projects/clr/hipamd/hipify-clang/src/LLVMCompat.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/clr/hipamd/hipify-clang/src/LLVMCompat.h b/projects/clr/hipamd/hipify-clang/src/LLVMCompat.h index e857023752..48e008d40d 100644 --- a/projects/clr/hipamd/hipify-clang/src/LLVMCompat.h +++ b/projects/clr/hipamd/hipify-clang/src/LLVMCompat.h @@ -85,8 +85,6 @@ std::error_code real_path(const Twine &path, SmallVectorImpl &output, bool pragma_once_outside_header(); -bool canCompileHostAndDeviceInOneJob(); - void RetainExcludedConditionalBlocks(clang::CompilerInstance &CI); bool CheckCompatibility();