File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,12 @@ and are skipped by the headerscheck script.
5555
5656The easy way to run the script is to say "make -s headerscheck" in
5757the top-level build directory after completing a build. You should
58- have included "--with-perl --with-python" in your configure options,
59- else you're likely to get errors about related headers not being found.
58+ have included at least
59+
60+ --with-llvm --with-perl --with-python
61+
62+ in your configure options, else you're likely to get errors about
63+ related headers not being found.
6064
6165A limitation of the current script is that it doesn't know exactly which
6266headers are for frontend or backend; when in doubt it uses postgres.h as
@@ -78,8 +82,12 @@ and are skipped by the script in the --cplusplus mode.
7882
7983The easy way to run the script is to say "make -s cpluspluscheck" in
8084the top-level build directory after completing a build. You should
81- have included "--with-perl --with-python" in your configure options,
82- else you're likely to get errors about related headers not being found.
85+ have included at least
86+
87+ --with-llvm --with-perl --with-python
88+
89+ in your configure options, else you're likely to get errors about
90+ related headers not being found.
8391
8492If you are using a non-g++-compatible C++ compiler, you may need to
8593override the script's CXXFLAGS setting by setting a suitable environment
You can’t perform that action at this time.
0 commit comments