summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmasmprinter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmasmprinter/Makefile')
-rw-r--r--lib/clang/libllvmasmprinter/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/clang/libllvmasmprinter/Makefile b/lib/clang/libllvmasmprinter/Makefile
index 70f13f6..37cceec 100644
--- a/lib/clang/libllvmasmprinter/Makefile
+++ b/lib/clang/libllvmasmprinter/Makefile
@@ -3,7 +3,12 @@
LIB= llvmasmprinter
SRCDIR= lib/CodeGen/AsmPrinter
-SRCS= AsmPrinter.cpp AsmPrinterDwarf.cpp AsmPrinterInlineAsm.cpp \
- DIE.cpp DwarfDebug.cpp DwarfException.cpp OcamlGCPrinter.cpp
+SRCS= AsmPrinter.cpp \
+ AsmPrinterDwarf.cpp \
+ AsmPrinterInlineAsm.cpp \
+ DIE.cpp \
+ DwarfDebug.cpp \
+ DwarfException.cpp \
+ OcamlGCPrinter.cpp
.include "../clang.lib.mk"
OpenPOWER on IntegriCloud