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:
@@ -7,7 +7,7 @@ INCDIR= lib/Target/ARM
|
|||||||
SRCS= ARMAsmParser.cpp \
|
SRCS= ARMAsmParser.cpp \
|
||||||
ARMAsmLexer.cpp
|
ARMAsmLexer.cpp
|
||||||
|
|
||||||
TGHDRS= ARMGenInstrNames \
|
TGHDRS= ARMGenInstrNames \
|
||||||
ARMGenRegisterInfo.h \
|
ARMGenRegisterInfo.h \
|
||||||
ARMGenRegisterNames
|
ARMGenRegisterNames
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ SRCDIR= lib/Target/ARM/TargetInfo/
|
|||||||
INCDIR= lib/Target/ARM
|
INCDIR= lib/Target/ARM
|
||||||
SRCS= ARMTargetInfo.cpp
|
SRCS= ARMTargetInfo.cpp
|
||||||
|
|
||||||
TGHDRS= ARMGenInstrNames \
|
TGHDRS= ARMGenInstrNames \
|
||||||
ARMGenRegisterNames
|
ARMGenRegisterNames
|
||||||
|
|
||||||
.include "../clang.lib.mk"
|
.include "../clang.lib.mk"
|
||||||
|
|||||||
@@ -6,6 +6,6 @@ SRCDIR= lib/Bitcode/Reader
|
|||||||
SRCS= BitReader.cpp \
|
SRCS= BitReader.cpp \
|
||||||
BitcodeReader.cpp
|
BitcodeReader.cpp
|
||||||
|
|
||||||
TGHDRS= Intrinsics
|
TGHDRS= Intrinsics
|
||||||
|
|
||||||
.include "../clang.lib.mk"
|
.include "../clang.lib.mk"
|
||||||
|
|||||||
@@ -17,6 +17,6 @@ SRCS= InstCombineAddSub.cpp \
|
|||||||
InstCombineVectorOps.cpp \
|
InstCombineVectorOps.cpp \
|
||||||
InstructionCombining.cpp
|
InstructionCombining.cpp
|
||||||
|
|
||||||
TGHDRS= Intrinsics
|
TGHDRS= Intrinsics
|
||||||
|
|
||||||
.include "../clang.lib.mk"
|
.include "../clang.lib.mk"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ SRCDIR= lib/Target/Mips/TargetInfo/
|
|||||||
INCDIR= lib/Target/Mips
|
INCDIR= lib/Target/Mips
|
||||||
SRCS= MipsTargetInfo.cpp
|
SRCS= MipsTargetInfo.cpp
|
||||||
|
|
||||||
TGHDRS= MipsGenRegisterNames \
|
TGHDRS= MipsGenRegisterNames \
|
||||||
MipsGenInstrNames
|
MipsGenInstrNames
|
||||||
|
|
||||||
.include "../clang.lib.mk"
|
.include "../clang.lib.mk"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ SRCDIR= lib/Target/PowerPC/TargetInfo/
|
|||||||
INCDIR= lib/Target/PowerPC
|
INCDIR= lib/Target/PowerPC
|
||||||
SRCS= PowerPCTargetInfo.cpp
|
SRCS= PowerPCTargetInfo.cpp
|
||||||
|
|
||||||
TGHDRS= PPCGenRegisterNames \
|
TGHDRS= PPCGenRegisterNames \
|
||||||
PPCGenInstrNames
|
PPCGenInstrNames
|
||||||
|
|
||||||
.include "../clang.lib.mk"
|
.include "../clang.lib.mk"
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ INCDIR= lib/Target/X86
|
|||||||
SRCS= X86AsmLexer.cpp \
|
SRCS= X86AsmLexer.cpp \
|
||||||
X86AsmParser.cpp
|
X86AsmParser.cpp
|
||||||
|
|
||||||
TGHDRS= X86GenAsmMatcher \
|
TGHDRS= X86GenAsmMatcher \
|
||||||
X86GenInstrNames \
|
X86GenInstrNames \
|
||||||
X86GenRegisterNames
|
X86GenRegisterNames
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ SRCDIR= lib/Target/X86/TargetInfo/
|
|||||||
INCDIR= lib/Target/X86
|
INCDIR= lib/Target/X86
|
||||||
SRCS= X86TargetInfo.cpp
|
SRCS= X86TargetInfo.cpp
|
||||||
|
|
||||||
TGHDRS= X86GenInstrNames \
|
TGHDRS= X86GenInstrNames \
|
||||||
X86GenRegisterNames
|
X86GenRegisterNames
|
||||||
|
|
||||||
.include "../clang.lib.mk"
|
.include "../clang.lib.mk"
|
||||||
|
|||||||
Reference in New Issue
Block a user