Skip to content
Snippets Groups Projects
  1. May 23, 2017
  2. May 22, 2017
  3. May 21, 2017
  4. May 19, 2017
  5. May 18, 2017
  6. May 17, 2017
  7. May 16, 2017
  8. May 15, 2017
    • Vivek Das Mohapatra's avatar
      Modify generated file dependencies to allow optional dependencies · 15f9355a
      Vivek Das Mohapatra authored
      We now reserve the shim/lib<FOO>.so.c.<WHATEVER> pattern for the
      dependencies of the generated .so.c file.
      
      The shim/lib<FOO>.so.<WHATEVER> pattern is now used for generated
      intermediates.
      
      This allows two useful things: We don't occasionally get a second
      rebuild of the generated .so.c file due to timer resolution problems
      and we can depend on extra .so.c.* files if they exist and ignore
      them otherwise: we will need the latter as some libraries (libGL)
      need bespoke dlopen/dlmopen wrapper logic and others can just live
      with the default implementation.
      15f9355a
Loading