[PATCH] D101961: [gn build] Support compiler-rt/profile on Windows

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 6 08:14:21 PDT 2021


thakis accepted this revision.
thakis added a comment.
This revision is now accepted and ready to land.

Nice :) lg with comment addresed.



================
Comment at: llvm/utils/gn/secondary/BUILD.gn:18
   if (current_os == "linux" || current_os == "mac") {
     deps += [ "//compiler-rt" ]
   }
----------------
I guess this can go now? Either just add `current_os == "win"` here for now instead of adding the dep above, or remove this if here


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101961/new/

https://reviews.llvm.org/D101961



More information about the llvm-commits mailing list