Skip to content
Snippets Groups Projects
Commit 878a078b authored by Bhatu's avatar Bhatu
Browse files

Test Commit

Clang-formatting final porthos output for readability
parent efdc648f
No related branches found
No related tags found
No related merge requests found
...@@ -181,4 +181,9 @@ elif [ "$compilationTargetLower" == "porthos" ]; then ...@@ -181,4 +181,9 @@ elif [ "$compilationTargetLower" == "porthos" ]; then
# cd "$porthosFullDirPath" # cd "$porthosFullDirPath"
# make -j # make -j
echo -e "All compilation done." echo -e "All compilation done."
if hash clang-format 2> /dev/null; then
clang-format -style=LLVM $fullDirPath/$finalCodeOutputFileName > tmp_clang
mv tmp_clang $fullDirPath/$finalCodeOutputFileName
fi
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment