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",
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",
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits