[Mesa-dev] [PATCH] gallivm: Fix build against LLVM SVN >= r302589
Keith Packard
keithp at keithp.com
Wed Aug 2 04:57:38 UTC 2017
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 >=?
--
-keith
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170801/c6ad4bf1/attachment.sig>
More information about the mesa-dev
mailing list