Jan Vesely wrote on 13.12.18 22:17:
> CodeGenOptions were moved to Basic.
> 
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109039
> Signed-off-by: Jan Vesely <jan.ves...@rutgers.edu>

Since this is the same as my patch
(<https://patchwork.freedesktop.org/patch/268295/>) but older than mine, you can
have my:

 Reviewed-by: Kai Wasserbäch <k...@dev.carbon-project.org>

Cheers,
Kai


> ---
>  src/gallium/state_trackers/clover/llvm/compat.hpp | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/src/gallium/state_trackers/clover/llvm/compat.hpp 
> b/src/gallium/state_trackers/clover/llvm/compat.hpp
> index 975012cbda..b91cb95a29 100644
> --- a/src/gallium/state_trackers/clover/llvm/compat.hpp
> +++ b/src/gallium/state_trackers/clover/llvm/compat.hpp
> @@ -58,9 +58,14 @@
>  #include <llvm/Analysis/TargetLibraryInfo.h>
>  
>  #include <clang/Basic/TargetInfo.h>
> -#include <clang/Frontend/CodeGenOptions.h>
>  #include <clang/Frontend/CompilerInstance.h>
>  
> +#if HAVE_LLVM >= 0x0800
> +#include <clang/Basic/CodeGenOptions.h>
> +#else
> +#include <clang/Frontend/CodeGenOptions.h>
> +#endif
> +
>  namespace clover {
>     namespace llvm {
>        namespace compat {

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to