"llvm/lib/Linker/Makefile" did not exist on "5780de621942b43a24d0027f2ee039b367012224"
- Mar 07, 2014
-
-
Jordan Rose authored
Previously, the assertions in PointerIntPair would try to calculate the value (1 << NumLowBitsAvailable); the inferred type here is 'int', so if there were more than 31 bits available we'd get a shift overflow. Also, add a rudimentary unit test file for PointerIntPair. llvm-svn: 203273
-