Index: Makefile.standalone |
diff --git a/Makefile.standalone b/Makefile.standalone |
index d6bfb8ea085b6b1cf5bf9d0f8f63d87b93a2af7f..6799452d675f542bff2647318e07e1899cb46a22 100644 |
--- a/Makefile.standalone |
+++ b/Makefile.standalone |
@@ -743,6 +743,7 @@ FORMAT_BLACKLIST += ! -name IceParseTypesTest.cpp |
FORMAT_BLACKLIST += ! -name assembler_arm.h |
FORMAT_BLACKLIST += ! -name assembler_arm.cc |
FORMAT_BLACKLIST += ! -path "./wasm-install/*" |
+FORMAT_BLACKLIST += ! -path "./pnacl-llvm/*" |
format: |
$(CLANG_FORMAT_PATH)/clang-format -style=LLVM -i \ |
`find . -regex '.*\.\(c\|h\|cpp\)' $(FORMAT_BLACKLIST)` |