[llvm] 8194217 - Reorder targets in alphabetical order. NFC.

Michael Liao via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 19 18:12:59 PST 2020


Author: Michael Liao
Date: 2020-01-19T21:11:54-05:00
New Revision: 819421745c5c32c62ec8d632b66eae34f711e192

URL: https://github.com/llvm/llvm-project/commit/819421745c5c32c62ec8d632b66eae34f711e192
DIFF: https://github.com/llvm/llvm-project/commit/819421745c5c32c62ec8d632b66eae34f711e192.diff

LOG: Reorder targets in alphabetical order. NFC.

Added: 
    

Modified: 
    llvm/lib/Target/LLVMBuild.txt

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/LLVMBuild.txt b/llvm/lib/Target/LLVMBuild.txt
index 7403f7713a9f..e5a9d787e7fa 100644
--- a/llvm/lib/Target/LLVMBuild.txt
+++ b/llvm/lib/Target/LLVMBuild.txt
@@ -18,25 +18,25 @@
 ; will typically require only insertion of a line.
 [common]
 subdirectories =
+ AArch64
  AMDGPU
  ARC
  ARM
- AArch64
  AVR
  BPF
- Lanai
  Hexagon
+ Lanai
  MSP430
- NVPTX
  Mips
+ NVPTX
  PowerPC
  RISCV
  Sparc
  SystemZ
+ VE
  WebAssembly
  X86
  XCore
- VE
 
 ; This is a special group whose required libraries are extended (by llvm-build)
 ; with the best execution engine (the native JIT, if available, or the


        


More information about the llvm-commits mailing list