| Index: Makefile.standalone
|
| diff --git a/Makefile.standalone b/Makefile.standalone
|
| index 76b1d144ee89139b5188f53d50b121f37017f88d..712851d633fcfb09eda02b1ce25789d40c5cb4e6 100644
|
| --- a/Makefile.standalone
|
| +++ b/Makefile.standalone
|
| @@ -340,6 +340,7 @@ check: check-lit check-unit check-xtest
|
| 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:
|
| $(CLANG_FORMAT_PATH)/clang-format -style=LLVM -i \
|
| `find . -regex '.*\.\(c\|h\|cpp\)' $(FORMAT_BLACKLIST)`
|
|
|