[PATCH] D108737: [gn build] Don't copy xray includes
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 26 08:37:44 PDT 2021
aeubanks updated this revision to Diff 368896.
aeubanks added a comment.
update
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108737/new/
https://reviews.llvm.org/D108737
Files:
llvm/utils/gn/secondary/compiler-rt/include/BUILD.gn
Index: llvm/utils/gn/secondary/compiler-rt/include/BUILD.gn
===================================================================
--- llvm/utils/gn/secondary/compiler-rt/include/BUILD.gn
+++ llvm/utils/gn/secondary/compiler-rt/include/BUILD.gn
@@ -19,9 +19,14 @@
"sanitizer/tsan_interface.h",
"sanitizer/tsan_interface_atomic.h",
"sanitizer/ubsan_interface.h",
+ ]
+ outputs = [ "$clang_resource_dir/include/{{source_target_relative}}" ]
+}
+
+source_set("_unused") {
+ sources = [
"xray/xray_interface.h",
"xray/xray_log_interface.h",
"xray/xray_records.h",
]
- outputs = [ "$clang_resource_dir/include/{{source_target_relative}}" ]
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108737.368896.patch
Type: text/x-patch
Size: 672 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210826/58d69b3b/attachment.bin>
More information about the llvm-commits
mailing list