gopalshankar / address-sanitizer

Automatically exported from code.google.com/p/address-sanitizer
0 stars 0 forks source link

No longer need -undefined dynamic_lookup in Darwin ASAN runtime library LDFLAGS #266

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
     # Dynamic lookup is needed because shadow scale and offset are
     # provided by the instrumented modules.
     set(ASAN_RUNTIME_LDFLAGS
         "-undefined dynamic_lookup")

Since dynamic lookup was removed, this does not seem necessary anymore.

Original issue reported on code.google.com by rgovostes on 20 Feb 2014 at 12:58

GoogleCodeExporter commented 9 years ago
Do you mean that's because shadow scale and offset were removed?

Original comment by ramosian.glider@gmail.com on 20 Feb 2014 at 8:16

GoogleCodeExporter commented 9 years ago
Oops, thats what I meant.

Original comment by rgovostes on 20 Feb 2014 at 8:24

GoogleCodeExporter commented 9 years ago
Fixed in Clang r203572.

Original comment by ramosian.glider@gmail.com on 11 Mar 2014 at 2:10