Skip to content

Instantly share code, notes, and snippets.

@knuxify
Created June 28, 2020 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save knuxify/9fc967c6a2e1554cc942752ffba85c0d to your computer and use it in GitHub Desktop.
Save knuxify/9fc967c6a2e1554cc942752ffba85c0d to your computer and use it in GitHub Desktop.
Don't build LLVM.
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -568,7 +568,7 @@
###########################################################
# LLVM
###########################################################
-add_subdirectory(${THIRD_PARTY_DIR}/llvm-${SWIFTSHADER_LLVM_VERSION} EXCLUDE_FROM_ALL)
+#add_subdirectory(${THIRD_PARTY_DIR}/llvm-${SWIFTSHADER_LLVM_VERSION} EXCLUDE_FROM_ALL)
###########################################################
# Subzero
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment