Skip to content
Closed

grrr #38560

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,10 @@ then
exit 0
fi

# Unstuck the LLVM submodule
rm -f "${CFG_SRC_DIR}/.git/modules/src/llvm/index.lock"
exit 1

# Validate Options
if [ -z "$CFG_DISABLE_OPTION_CHECKING" ]
then
Expand Down