Skip to content

Commit 5ec4fbc

Browse files
updating test location and build clang script
1 parent bcb0a1c commit 5ec4fbc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.13)
22
project(C2Pulse LANGUAGES C CXX)
33

44
set(LLVM_LINK_COMPONENTS support)
5-
add_subdirectory(test)
5+
add_subdirectory(test/lit-tests)
66

77
# Define which LLVM components we need
88
llvm_map_components_to_libnames(LLVM_LIBS

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CLANG_BIN="$LLVM_BUILD_DIR/bin"
1010
#Ensure that LLVM is build first.
1111
if [[ ! -x "$CLANG_BIN/clang++" ]]; then
1212
echo "clang++ not found in $CLANG_BIN!" >&2
13-
echo "Please build LLVM first by running ./build_clang.sh" >&2
13+
echo "Please build LLVM first by running ./scripts/build_clang.sh" >&2
1414
exit 1
1515
fi
1616

0 commit comments

Comments
 (0)