loader: Silence wrong ELF class errors
authorCharles Giessen <charles@lunarg.com>
Thu, 22 Apr 2021 04:35:39 +0000 (22:35 -0600)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Thu, 22 Apr 2021 22:25:44 +0000 (16:25 -0600)
commitf3c1d9e78e429cb2940167e71cf40630aca0d019
tree6a9bbc6c8385481890fa1628d374bbc14f02b980
parent94e19fe3d2a9c528f7fc544230960d3a950e5de6
loader: Silence wrong ELF class errors

Currently the loader does not distinguish between 32 and 64 bit ELF
class files. This causes `dlopen` to fail but is expected because
the different ELF class libraries are located in the same directory.
We can safely ignore this error. If encountered, we will report it
with the INFO logging level.

Change-Id: Icb8e5351208f8a413a29ea9c457bc3fdac7de292
loader/loader.c