icd: Link ICD with -Bsymbolic
authorGregF <greg@LunarG.com>
Tue, 20 Jan 2015 18:51:00 +0000 (11:51 -0700)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Thu, 5 Feb 2015 00:58:07 +0000 (17:58 -0700)
We were previously linking with -Bsymbolic-functions, but this was not
sufficient as it caused glslang virtual function calls to still be linked
to rendersystemtest copy of glslang.

loader/README.md

index 823000de4f2840a5a981662d3e5443f009c1e813..5e81eee207688eed5c52e08b1c2d7472a494085a 100644 (file)
@@ -33,5 +33,5 @@ LIBXGL\_LAYER\_NAMES   colon separate list of layer names to be activated. Examp
 - the ICD may or may not implement a dispatch table
 - ICD entrypoints can be named anything including the offcial xgl name such as xglCreateDevice().  However, beware of inter
 posing by dynamic OS library loaders if the offical names are used.  On Linux,
-if offical names are used, the ICD library must be linked with -Bsymbolic-functions
+if offical names are used, the ICD library must be linked with -Bsymbolic