diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2017-01-29 18:16:33 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2017-01-29 18:16:33 +0000 |
commit | 87996f906a9c89f86b6d001f58e30d25a00a0f37 (patch) | |
tree | 326487b39018e27d055512ee408f623938a62c6f /llvm/lib/CodeGen/MachineCombiner.cpp | |
parent | 76073f8d2217be046b954eebd7fb25fe4526ec95 (diff) | |
download | llvm-87996f906a9c89f86b6d001f58e30d25a00a0f37.zip llvm-87996f906a9c89f86b6d001f58e30d25a00a0f37.tar.gz llvm-87996f906a9c89f86b6d001f58e30d25a00a0f37.tar.bz2 |
config: prevent the re-definition of a macro
This causes unnecessary warnings when building with `cl`. Newer
versions of the C standard permit the redefinition of the macro to the
same value (which is the case here), unfortunately, `cl` does not yet
implement this. Add a check to prevent the redefinition.
llvm-svn: 293439
Diffstat (limited to 'llvm/lib/CodeGen/MachineCombiner.cpp')
0 files changed, 0 insertions, 0 deletions