plasma-umass / coz

Coz: Causal Profiling
Other
4.04k stars 160 forks source link

Add -ldl to benchmark build rules #168

Closed kramermt closed 3 years ago

kramermt commented 3 years ago

Explicitly specifies --no-as-needed to support toolchains that skip libraries that are not referenced in the object code (or are only referenced by weak symbols, such as coz.h's dlsym symbol).

Follow-on to PR 167, with the fix for the (intentionally-introduced) CI failure.

Resolves #166

kramermt commented 3 years ago

Okay, now it's passing, @emeryberger . :)