Re: [Mesa-dev] [PATCH 1/2] clover: Add missing include v2

2016-07-20 Thread Francisco Jerez
Tom Stellard writes: > There was a patch committed to clang to remove unnecessary includes from > header files, so we now need to explicitly include > clang/Lex/PreprocessorOptions.h > > v2: > - Use <> instead of "" for the include path. > --- > src/gallium/state_trackers/clover/llvm/invocatio

[Mesa-dev] [PATCH 1/2] clover: Add missing include v2

2016-07-20 Thread Tom Stellard
There was a patch committed to clang to remove unnecessary includes from header files, so we now need to explicitly include clang/Lex/PreprocessorOptions.h v2: - Use <> instead of "" for the include path. --- src/gallium/state_trackers/clover/llvm/invocation.cpp | 2 ++ 1 file changed, 2 insert

Re: [Mesa-dev] [PATCH 1/2] clover: Add missing include

2016-07-20 Thread Michel Dänzer
On 20.07.2016 04:15, Jan Vesely wrote: > On Tue, 2016-07-19 at 12:49 -0400, Ilia Mirkin wrote: >> On Tue, Jul 19, 2016 at 11:13 AM, Tom Stellard > om> wrote: >>> >>> diff --git a/src/gallium/state_trackers/clover/llvm/invocation.cpp >>> b/src/gallium/state_trackers/clover/llvm/invocation.cpp >>> in

Re: [Mesa-dev] [PATCH 1/2] clover: Add missing include

2016-07-19 Thread Jan Vesely
On Tue, 2016-07-19 at 12:49 -0400, Ilia Mirkin wrote: > On Tue, Jul 19, 2016 at 11:13 AM, Tom Stellard om> wrote: > > > > There was a patch committed to clang to remove unnecessary includes > > from > > header files, so we now need to explicitly include > > clang/Lex/PreprocessorOptions.h maybe

Re: [Mesa-dev] [PATCH 1/2] clover: Add missing include

2016-07-19 Thread Ilia Mirkin
On Tue, Jul 19, 2016 at 11:13 AM, Tom Stellard wrote: > There was a patch committed to clang to remove unnecessary includes from > header files, so we now need to explicitly include > clang/Lex/PreprocessorOptions.h > --- > src/gallium/state_trackers/clover/llvm/invocation.cpp | 2 ++ > 1 file ch

[Mesa-dev] [PATCH 1/2] clover: Add missing include

2016-07-19 Thread Tom Stellard
There was a patch committed to clang to remove unnecessary includes from header files, so we now need to explicitly include clang/Lex/PreprocessorOptions.h --- src/gallium/state_trackers/clover/llvm/invocation.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/state_trackers/clo