[PATCH] D56065: [gn build] Make NOSORT line actually work

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 24 15:10:03 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL350060: [gn build] Make NOSORT line actually work (authored by nico, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D56065?vs=179474&id=179480#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D56065

Files:
  llvm/trunk/utils/gn/secondary/clang/lib/Headers/BUILD.gn


Index: llvm/trunk/utils/gn/secondary/clang/lib/Headers/BUILD.gn
===================================================================
--- llvm/trunk/utils/gn/secondary/clang/lib/Headers/BUILD.gn
+++ llvm/trunk/utils/gn/secondary/clang/lib/Headers/BUILD.gn
@@ -34,9 +34,9 @@
     ":arm_headers",
   ]
 
+  # NOSORT
   # Tell `gn format` to not reorder the sources list: Its order matches CMake,
   # and the ordering is alphabetical but ignores leading underscores.
-  # NOSORT
   sources = [
     "adxintrin.h",
     "altivec.h",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56065.179480.patch
Type: text/x-patch
Size: 528 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181224/21055433/attachment.bin>


More information about the llvm-commits mailing list