[all-commits] [llvm/llvm-project] 09db6e: [llvm-exegesis] Initialize const bitvector member
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Jan 13 17:32:34 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 09db6e320985f2bee22634049857224e0a5e58f8
https://github.com/llvm/llvm-project/commit/09db6e320985f2bee22634049857224e0a5e58f8
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-01-13 (Mon, 13 Jan 2020)
Changed paths:
M llvm/tools/llvm-exegesis/lib/MCInstrDescView.cpp
Log Message:
-----------
[llvm-exegesis] Initialize const bitvector member
This causes an error with older versions of clang: constructor for
'llvm::exegesis::InstructionsCache' must explicitly initialize the const
member 'BVC'
More information about the All-commits
mailing list