diff options
author | Jie Fu <jiefu@tencent.com> | 2024-12-13 18:29:06 +0800 |
---|---|---|
committer | Jie Fu <jiefu@tencent.com> | 2024-12-13 18:29:06 +0800 |
commit | ff939b06a5ef57ac926c53e9f85b955b8bd855aa (patch) | |
tree | 2a206cac5eda08c59a22c32bbb8c080339a93d13 /clang/unittests/Frontend/CompilerInvocationTest.cpp | |
parent | 79f41434460d3305c889a6483ea59f1e3ea19b5a (diff) | |
download | llvm-ff939b06a5ef57ac926c53e9f85b955b8bd855aa.zip llvm-ff939b06a5ef57ac926c53e9f85b955b8bd855aa.tar.gz llvm-ff939b06a5ef57ac926c53e9f85b955b8bd855aa.tar.bz2 |
[mlir] Fix the header guard (NFC)
/llvm-project/mlir/include/mlir/Dialect/GPU/Utils/DistributionUtils.h:9:9:
error: 'MLIR_DIALECT_GPU_TRANSFORMS_DISTRIBUTIONUTILS_H_' is used as a header guard here, followed by #define of a different macro [-Werror,-Wheader-guard]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/llvm-project/mlir/include/mlir/Dialect/GPU/Utils/DistributionUtils.h:10:9:
note: 'MLIR_DIALECT_GPU_TRANSFORMS_DISTRIBITIONUTILS_H_' is defined here; did you mean 'MLIR_DIALECT_GPU_TRANSFORMS_DISTRIBUTIONUTILS_H_'?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MLIR_DIALECT_GPU_TRANSFORMS_DISTRIBUTIONUTILS_H_
1 error generated.
Diffstat (limited to 'clang/unittests/Frontend/CompilerInvocationTest.cpp')
0 files changed, 0 insertions, 0 deletions