[all-commits] [llvm/llvm-project] 28b2bb: [AttrBuilder] Try to fix build
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Jul 9 09:32:49 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 28b2bb8f5486aa90123fa87827a284dd34957e64
https://github.com/llvm/llvm-project/commit/28b2bb8f5486aa90123fa87827a284dd34957e64
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-07-09 (Fri, 09 Jul 2021)
Changed paths:
M llvm/include/llvm/IR/Attributes.h
Log Message:
-----------
[AttrBuilder] Try to fix build
Some buildbots fail with undefined references to ByValTypeIndex
etc. Replace static consts with an enum to ensure the address is
not taken.
More information about the All-commits
mailing list