aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorMikołaj Piróg <mikolaj.maciej.pirog@intel.com>2025-10-23 18:04:41 +0200
committerGitHub <noreply@github.com>2025-10-23 16:04:41 +0000
commitc13ac9cadf1f9b4fa886b82d1e84a5feb0439023 (patch)
tree23599cabb9b4db9e85c0dba911bcd6df3c1587cc /clang/lib/CodeGen/CodeGenModule.cpp
parent6058c0cf4383149e4f0f61a6786d2a4dd6bd301a (diff)
downloadllvm-c13ac9cadf1f9b4fa886b82d1e84a5feb0439023.zip
llvm-c13ac9cadf1f9b4fa886b82d1e84a5feb0439023.tar.gz
llvm-c13ac9cadf1f9b4fa886b82d1e84a5feb0439023.tar.bz2
[Compiler-rt] Fix wrong assignment in compiler_rt (#164713)
The `INTEL_CLEARWATERFOREST` belongs to `ProcessorTypes` enum, but it was assigned to `Subtype` value, leading to cpu_specific/cpu_dispatch not recognizing CWF. The type for `Subtype` and `Type` are changed to respective enums to guard against these sort of errors in the future
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions