Skip to content

Commit

Permalink
Fix quote issue in the LLVM install path
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Shiryaev <w@tagolog.com>
  • Loading branch information
Vladimir Shiryaev authored and asl committed Feb 24, 2025
1 parent 411a4ed commit 1a5e2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/build_mlir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cd "$LLVM_BUILD_DIR"

# Configure CMake flags
# Note that P4C uses both RTTI and C++ exceptions, so we need to build LLVM/MLIR having them enabled as well
CMAKE_FLAGS="-DCMAKE_INSTALL_PREFIX=\"$LLVM_INSTALL_DIR\""
CMAKE_FLAGS="-DCMAKE_INSTALL_PREFIX=$LLVM_INSTALL_DIR"
CMAKE_FLAGS+=" -DLLVM_ENABLE_PROJECTS=mlir"
CMAKE_FLAGS+=" -DLLVM_BUILD_EXAMPLES=OFF"
CMAKE_FLAGS+=" -DLLVM_TARGETS_TO_BUILD="Native""
Expand Down

0 comments on commit 1a5e2ac

Please sign in to comment.