[PATCH] D65703: Fix typo in GN build configuration
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 3 14:26:32 PDT 2019
mehdi_amini created this revision.
mehdi_amini added reviewers: thakis, phosek.
Herald added a project: LLVM.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D65703
Files:
llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
Index: llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
===================================================================
--- llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
+++ llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
@@ -159,7 +159,7 @@
if (target_os != "fuchsia") {
sources += [
- "emutls.c ",
+ "emutls.c",
"enable_execute_stack.c",
"eprintf.c",
]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65703.213203.patch
Type: text/x-patch
Size: 429 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190803/83c039c8/attachment.bin>
More information about the llvm-commits
mailing list