[all-commits] [llvm/llvm-project] 9fc0e7: [BitcodeReader] Simplify raw attribute handling (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Apr 30 09:47:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9fc0e7c1aaab29691bc628607d6e8701e522d7b6
https://github.com/llvm/llvm-project/commit/9fc0e7c1aaab29691bc628607d6e8701e522d7b6
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-04-30 (Thu, 30 Apr 2020)
Changed paths:
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
Log Message:
-----------
[BitcodeReader] Simplify raw attribute handling (NFC)
Every new attribute we add from now on will not be supported in the
raw format, because we ran out of space. Don't bother listing each
affected attribute twice.
More information about the All-commits
mailing list