Skip to content
  • Chris Bieneman's avatar
    [CMake] [Darwin] Add support for debugging tablegen dependencies · 8036e0b2
    Chris Bieneman authored
    This patch adds an option to the build system LLVM_DEPENDENCY_DEBUGGING. Over time I plan to extend this to do more complex verifications, but the initial patch causes compile errors wherever there is missing a dependency on intrinsics_gen.
    
    Because intrinsics_gen is a compile-time dependency not a link-time dependency, everything that relies on the headers generated in intrinsics_gen needs an explicit dependency.
    
    llvm-svn: 287207
    8036e0b2
Loading