In all Makefiles under lib/clang, consistently use tabs instead of
spaces after the '=' sign in macro assignments. Approved-by: rpaulo (mentor)
This commit is contained in:
parent
e38060039e
commit
3fe0686746
@ -7,7 +7,7 @@ INCDIR= lib/Target/ARM
|
||||
SRCS= ARMAsmParser.cpp \
|
||||
ARMAsmLexer.cpp
|
||||
|
||||
TGHDRS= ARMGenInstrNames \
|
||||
TGHDRS= ARMGenInstrNames \
|
||||
ARMGenRegisterInfo.h \
|
||||
ARMGenRegisterNames
|
||||
|
||||
|
@ -6,7 +6,7 @@ SRCDIR= lib/Target/ARM/TargetInfo/
|
||||
INCDIR= lib/Target/ARM
|
||||
SRCS= ARMTargetInfo.cpp
|
||||
|
||||
TGHDRS= ARMGenInstrNames \
|
||||
TGHDRS= ARMGenInstrNames \
|
||||
ARMGenRegisterNames
|
||||
|
||||
.include "../clang.lib.mk"
|
||||
|
@ -6,6 +6,6 @@ SRCDIR= lib/Bitcode/Reader
|
||||
SRCS= BitReader.cpp \
|
||||
BitcodeReader.cpp
|
||||
|
||||
TGHDRS= Intrinsics
|
||||
TGHDRS= Intrinsics
|
||||
|
||||
.include "../clang.lib.mk"
|
||||
|
@ -17,6 +17,6 @@ SRCS= InstCombineAddSub.cpp \
|
||||
InstCombineVectorOps.cpp \
|
||||
InstructionCombining.cpp
|
||||
|
||||
TGHDRS= Intrinsics
|
||||
TGHDRS= Intrinsics
|
||||
|
||||
.include "../clang.lib.mk"
|
||||
|
@ -6,7 +6,7 @@ SRCDIR= lib/Target/Mips/TargetInfo/
|
||||
INCDIR= lib/Target/Mips
|
||||
SRCS= MipsTargetInfo.cpp
|
||||
|
||||
TGHDRS= MipsGenRegisterNames \
|
||||
TGHDRS= MipsGenRegisterNames \
|
||||
MipsGenInstrNames
|
||||
|
||||
.include "../clang.lib.mk"
|
||||
|
@ -6,7 +6,7 @@ SRCDIR= lib/Target/PowerPC/TargetInfo/
|
||||
INCDIR= lib/Target/PowerPC
|
||||
SRCS= PowerPCTargetInfo.cpp
|
||||
|
||||
TGHDRS= PPCGenRegisterNames \
|
||||
TGHDRS= PPCGenRegisterNames \
|
||||
PPCGenInstrNames
|
||||
|
||||
.include "../clang.lib.mk"
|
||||
|
@ -7,7 +7,7 @@ INCDIR= lib/Target/X86
|
||||
SRCS= X86AsmLexer.cpp \
|
||||
X86AsmParser.cpp
|
||||
|
||||
TGHDRS= X86GenAsmMatcher \
|
||||
TGHDRS= X86GenAsmMatcher \
|
||||
X86GenInstrNames \
|
||||
X86GenRegisterNames
|
||||
|
||||
|
@ -6,7 +6,7 @@ SRCDIR= lib/Target/X86/TargetInfo/
|
||||
INCDIR= lib/Target/X86
|
||||
SRCS= X86TargetInfo.cpp
|
||||
|
||||
TGHDRS= X86GenInstrNames \
|
||||
TGHDRS= X86GenInstrNames \
|
||||
X86GenRegisterNames
|
||||
|
||||
.include "../clang.lib.mk"
|
||||
|
Loading…
x
Reference in New Issue
Block a user