OSDN Git Service

Revert "Declare GlobalValue::LinkageTypes based on unsigned."
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sun, 24 Apr 2016 14:13:17 +0000 (14:13 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sun, 24 Apr 2016 14:13:17 +0000 (14:13 +0000)
commit879fccddd39dd9141b3acb1a5feb913f0977c182
tree33b9077bc226ee16e1638cde8476fda48b784d2c
parent534be04157710e5fb8e201a06b1504e3d3cc6360
Revert "Declare GlobalValue::LinkageTypes based on unsigned."

This reverts commit r267335.  The build has been broken for hours
because of it:

  http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-incremental_build/23352/

The correct fix is avoid using any enum in a bitfield.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@267341 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/GlobalValue.h