[PATCH] D63449: [GN] Generation failure caused by trailing space in file name

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 23 16:13:01 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL364162: [GN] Generation failure caused by trailing space in file name (authored by phosek, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D63449?vs=205122&id=206144#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D63449

Files:
  llvm/trunk/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn


Index: llvm/trunk/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
===================================================================
--- llvm/trunk/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
+++ llvm/trunk/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: D63449.206144.patch
Type: text/x-patch
Size: 447 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190623/e7860936/attachment.bin>


More information about the llvm-commits mailing list