[Mesa-dev] [PATCH] gallivm: Fix build against LLVM SVN >= r302589

Michel Dänzer michel at daenzer.net
Wed Aug 2 05:53:32 UTC 2017


On 02/08/17 01:57 PM, Keith Packard wrote:
> Michel Dänzer <michel at daenzer.net> writes:
> 
>> +#if HAVE_LLVM >= 0x0500
>> +      virtual void deregisterEHFrames() {
>> +         mgr()->deregisterEHFrames();
>> +      }
>> +#elif HAVE_LLVM >= 0x0304
>> +      virtual void deregisterEHFrames(uint8_t *Addr, uint64_t LoadAddr, size_t Size) {
>> +         mgr()->deregisterEHFrames(Addr, LoadAddr, Size);
>> +      }
>> +#endif
> 
> I've got llvm 5.0.0 and it doesn't have this API change. Should that
> be > instead of >=?

No. Is your LLVM 5.0 snapshot really SVN r302589 or newer?


-- 
Earthling Michel Dänzer               |               http://www.amd.com
Libre software enthusiast             |             Mesa and X developer

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 224 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170802/25a8ee87/attachment.sig>


More information about the mesa-dev mailing list