[PATCH] D55606: [gn build] Add infrastructure to create symlinks and use it to create lld's symlinks
    Nico Weber via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Dec 12 10:52:12 PST 2018
    
    
  
thakis marked an inline comment as done.
thakis added inline comments.
================
Comment at: llvm/utils/gn/secondary/lld/tools/lld/BUILD.gn:15
+    source = "lld"
+    output = "$root_out_dir/bin/$target"
+  }
----------------
Not sure if root_out_dir is the right thing here once we do cross builds. Is there something like "root of current toolchain"?
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55606/new/
https://reviews.llvm.org/D55606
    
    
More information about the llvm-commits
mailing list