[all-commits] [llvm/llvm-project] a78671: [FIX][Attributor] Fix broken build due to missing ...
Kuter Dinel via All-commits
all-commits at lists.llvm.org
Thu Jun 17 18:34:12 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a78671ef54e53196dc7b5ee9c91771c8e146d1d1
https://github.com/llvm/llvm-project/commit/a78671ef54e53196dc7b5ee9c91771c8e146d1d1
Author: Kuter Dinel <kuterdinel at gmail.com>
Date: 2021-06-18 (Fri, 18 Jun 2021)
Changed paths:
M llvm/include/llvm/Transforms/IPO/Attributor.h
Log Message:
-----------
[FIX][Attributor] Fix broken build due to missing virtual deconstructors.
The lack some virtual deconstructors where causing some builds bots to fail.
This patch fixes that.
Problematic commit:
https://reviews.llvm.org/rGeaf1b6810ce0f40008b2b1d902750eafa3e198d3
Build bot:
https://lab.llvm.org/buildbot/#/builders/18/builds/1741
More information about the All-commits
mailing list