Index: Makefile.standalone |
diff --git a/Makefile.standalone b/Makefile.standalone |
index 6170bbe8173c16509078c775fac3c0f91ff0838d..1ae33c1c4dfa47c7a680d59e86bb0763ea30121d 100644 |
--- a/Makefile.standalone |
+++ b/Makefile.standalone |
@@ -398,6 +398,8 @@ FORMAT_BLACKLIST = |
# Add one of the following lines for each source file to ignore. |
FORMAT_BLACKLIST += ! -name IceParseInstsTest.cpp |
FORMAT_BLACKLIST += ! -name IceParseTypesTest.cpp |
+FORMAT_BLACKLIST += ! -name assembler_arm.h |
+FORMAT_BLACKLIST += ! -name assembler_arm.cc |
format: |
$(CLANG_FORMAT_PATH)/clang-format -style=LLVM -i \ |
`find . -regex '.*\.\(c\|h\|cpp\)' $(FORMAT_BLACKLIST)` |