Skip to content

Commit

Permalink
Merge pull request #31957 from wsmoses/master
Browse files Browse the repository at this point in the history
Fix compilation with external LLVM
  • Loading branch information
vchuravy authored May 14, 2019
2 parents 178d703 + 5afc335 commit 236df47
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 @@ -460,11 +460,13 @@ $(eval $(call LLVM_PATCH,llvm-D57118-powerpc)) # remove for 9.0
endif # LLVM_VER 8.0

# Add a JL prefix to the version map. DO NOT REMOVE
ifneq ($(LLVM_VER), svn)
ifeq ($(LLVM_VER_SHORT), 6.0)
$(eval $(call LLVM_PATCH,llvm-symver-jlprefix))
else
$(eval $(call LLVM_PATCH,llvm7-symver-jlprefix))
endif
endif

# declare that all patches must be applied before running ./configure
$(LLVM_BUILDDIR_withtype)/build-configured: | $(LLVM_PATCH_PREV)
Expand Down

2 comments on commit 236df47

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily benchmark build, I will reply here when finished:

@nanosoldier runbenchmarks(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @ararslan

Please sign in to comment.