Skip to content
  • Nathan Lanza's avatar
    [cmake] Convert the NATIVE llvm build process to be project agnostic · c9477949
    Nathan Lanza authored
    lldb recently added a tablegen tool. In order to properly cross compile
    lldb standalone there needs to be a mechanism to generate the native
    lldb build, analgous to what's done for the NATIVE llvm build. Thus,
    we can simply modify this setup to allow for any project to be used.
    
    llvm-svn: 366514
    c9477949
Loading