diff options
author | Frits van Bommel <fvbommel@gmail.com> | 2011-05-25 06:32:23 +0000 |
---|---|---|
committer | Frits van Bommel <fvbommel@gmail.com> | 2011-05-25 06:32:23 +0000 |
commit | 308a5344315834a8540b532ed74bdce27db3d70f (patch) | |
tree | 985725b35b5849381943ee3c99e701f0e720b4ba /clang/test/Parser/MicrosoftExtensions.cpp | |
parent | 86d49ce20c9652a1e5ecead504f1093d55fd9e8f (diff) | |
download | bcm5719-llvm-308a5344315834a8540b532ed74bdce27db3d70f.tar.gz bcm5719-llvm-308a5344315834a8540b532ed74bdce27db3d70f.zip |
Fix warning in the CMake build about redefining LLVM_PATH_XDOT_PY by making sure both definitions are identical. This used to produce warnings like
In file included from .../llvm/trunk/tools/lto/LTOCodeGenerator.cpp:45:
In file included from .../llvm/trunk/include/llvm/Support/system_error.h:225:
.../include/llvm/Config/config.h:591:9: warning: 'LLVM_PATH_XDOT_PY' macro redefined
#define LLVM_PATH_XDOT_PY ".../bin/xdot.py"
^
.../include/llvm/Config/llvm-config.h:98:9: note: previous definition is here
#define LLVM_PATH_XDOT_PY ""
^
1 warning generated.
(Paths edited for clarity)
Note: This only affected people who had xdot.py installed.
llvm-svn: 132050
Diffstat (limited to 'clang/test/Parser/MicrosoftExtensions.cpp')
0 files changed, 0 insertions, 0 deletions