[PATCH] D152591: [gn] Add Mac support to check-asan target

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 9 15:43:16 PDT 2023


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

lg with comment addressed, keep an eye on http://45.33.8.238/ after submitting



================
Comment at: llvm/utils/gn/secondary/compiler-rt/test/asan/BUILD.gn:50
+      deps += [
+        "//llvm/tools/llvm-nm($host_toolchain)",
+        "//llvm/tools/llvm-objdump($host_toolchain)",
----------------
for simplicity we should just add everything from [here](https://github.com/llvm/llvm-project/blob/46e19e3a2c45e7fb5f501bdb983a7151c158304f/compiler-rt/test/CMakeLists.txt#L37) unconditionally


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152591



More information about the llvm-commits mailing list