Skip to content

Commit

Permalink
Merge pull request JuliaLang#35407 from JuliaLang/vc/clang_ppc
Browse files Browse the repository at this point in the history
Clang doesn't have mminimal-toc
  • Loading branch information
vchuravy committed Apr 9, 2020
2 parents 4c11259 + 3298f3f commit 8a5b323
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deps/llvm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,10 @@ endif # LLDB_DISABLE_PYTHON
endif # BUILD_LLDB

ifneq (,$(filter $(ARCH), powerpc64le ppc64le))
ifeq (${USECLANG},0)
LLVM_CXXFLAGS += -mminimal-toc
endif
endif

ifeq ($(LLVM_SANITIZE),1)
ifeq ($(SANITIZE_MEMORY),1)
Expand Down

0 comments on commit 8a5b323

Please sign in to comment.