diff options
author | Yinying Li <107574043+yinying-lisa-li@users.noreply.github.com> | 2024-02-05 22:00:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-05 17:00:52 -0500 |
commit | cd481fa827b76953cd12dae9319face96670c0b3 (patch) | |
tree | 17b8e8238005e3e23e6457e1c94a83c8a3a0e06b /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | 0d091206dd656c2a9d31d6088a4aa6f9c2cc7156 (diff) | |
download | llvm-cd481fa827b76953cd12dae9319face96670c0b3.zip llvm-cd481fa827b76953cd12dae9319face96670c0b3.tar.gz llvm-cd481fa827b76953cd12dae9319face96670c0b3.tar.bz2 |
[mlir][sparse] Change LevelType enum to 64 bit (#80501)
1. C++ enum is set through enum class LevelType : uint_64.
2. C enum is set through typedef uint_64 level_type. It is due to the
limitations in Windows build: setting enum width to ui64 is not
supported in C.
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions