[PATCH] D108737: [gn build] Don't copy xray includes
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 27 08:51:54 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG77b6a4bde4de: [gn build] Don't copy xray includes (authored by aeubanks).
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.369110.patch
Type: text/x-patch
Size: 672 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210827/2e46c6cf/attachment.bin>
More information about the llvm-commits
mailing list