[PATCH] D50201: llvm-lit.in: specify file encoding to UTF-8

George Karpenkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 14 12:06:04 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL351113: [lit] llvm-lit.in: specify file encoding to UTF-8 (authored by george.karpenkov, committed by ).

Repository:
  rL LLVM

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

https://reviews.llvm.org/D50201

Files:
  llvm/trunk/utils/llvm-lit/llvm-lit.in


Index: llvm/trunk/utils/llvm-lit/llvm-lit.in
===================================================================
--- llvm/trunk/utils/llvm-lit/llvm-lit.in
+++ llvm/trunk/utils/llvm-lit/llvm-lit.in
@@ -1,4 +1,5 @@
 #!/usr/bin/env python
+# -*- coding: utf-8 -*-
 
 import os
 import sys


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50201.181623.patch
Type: text/x-patch
Size: 286 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190114/96fd29cc/attachment.bin>


More information about the llvm-commits mailing list