[all-commits] [llvm/llvm-project] 058d42: [Analysis] Fix a build error regarding std::variant
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Wed May 29 14:46:30 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 058d4295939998923c78df80d0ea3b82ed899aa1
https://github.com/llvm/llvm-project/commit/058d4295939998923c78df80d0ea3b82ed899aa1
Author: Kazu Hirata <kazu at google.com>
Date: 2024-05-29 (Wed, 29 May 2024)
Changed paths:
M llvm/include/llvm/Analysis/LoopAccessAnalysis.h
Log Message:
-----------
[Analysis] Fix a build error regarding std::variant
This patch fixes:
llvm/include/llvm/Analysis/LoopAccessAnalysis.h:381:8: error: no
template named 'variant' in namespace 'std'
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list