summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mca/Views/TimelineView.cpp
diff options
context:
space:
mode:
authorKristof Umann <dkszelethus@gmail.com>2018-08-28 14:17:51 +0000
committerKristof Umann <dkszelethus@gmail.com>2018-08-28 14:17:51 +0000
commitd0202395f17408b554384034b6476c6272bf1be3 (patch)
tree0ba600b29520927a99ab844d8407fffef719a9e5 /llvm/tools/llvm-mca/Views/TimelineView.cpp
parentfa8ce34534886bb47eb82e2c4ad372c16a0787b9 (diff)
downloadbcm5719-llvm-d0202395f17408b554384034b6476c6272bf1be3.tar.gz
bcm5719-llvm-d0202395f17408b554384034b6476c6272bf1be3.zip
[ADT] ImmutableList no longer requires elements to be copy constructible
ImmutableList used to require elements to have a copy constructor for no good reason, this patch aims to fix this. It also required but did not enforce its elements to be trivially destructible, so a new static_assert is added to guard against misuse. Differential Revision: https://reviews.llvm.org/D49985 llvm-svn: 340824
Diffstat (limited to 'llvm/tools/llvm-mca/Views/TimelineView.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud