Skip to content

Commit

Permalink
llvm-9.0: Disable installation of clang-tlbgen for testing builds
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Sep 16, 2023
1 parent d3e59de commit 350cd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/llvm-9.0/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ include ../../mk/spksrc.native-cmake.mk
llvm_post_install:
$(RUN) install -m 755 build/bin/llvm-config $(STAGING_INSTALL_PREFIX)/bin/llvm-config
$(RUN) install -m 755 build/bin/llvm-tblgen $(STAGING_INSTALL_PREFIX)/bin/llvm-tblgen
$(RUN) install -m 755 build/bin/clang-tblgen $(STAGING_INSTALL_PREFIX)/bin/clang-tblgen
# $(RUN) install -m 755 build/bin/clang-tblgen $(STAGING_INSTALL_PREFIX)/bin/clang-tblgen

0 comments on commit 350cd2d

Please sign in to comment.