[PATCH] D107411: [gn build] Add cfi ignorelist to compiler-rt/lib
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 4 11:58:57 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG41354942c5c3: [gn build] Add cfi ignorelist to compiler-rt/lib (authored by aeubanks).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107411/new/
https://reviews.llvm.org/D107411
Files:
llvm/utils/gn/secondary/compiler-rt/lib/BUILD.gn
Index: llvm/utils/gn/secondary/compiler-rt/lib/BUILD.gn
===================================================================
--- llvm/utils/gn/secondary/compiler-rt/lib/BUILD.gn
+++ llvm/utils/gn/secondary/compiler-rt/lib/BUILD.gn
@@ -1,5 +1,8 @@
group("lib") {
- deps = [ "//compiler-rt/lib/profile" ]
+ deps = [
+ "//compiler-rt/lib/cfi:ignorelist($host_toolchain)",
+ "//compiler-rt/lib/profile",
+ ]
if (current_os == "linux") {
deps += [ "//compiler-rt/lib/msan" ]
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107411.364208.patch
Type: text/x-patch
Size: 492 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210804/eec27e7e/attachment.bin>
More information about the llvm-commits
mailing list