Skip to content

Commit

Permalink
Declare LLVM Make variables as simply-expanded, not recursively expanded
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash authored and ararslan committed Jun 13, 2017
1 parent 8b8fa11 commit 9e37db0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deps/llvm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ else
LLVM_TARGETS := host;NVPTX
endif

LLVM_CFLAGS :=
LLVM_CXXFLAGS :=
LLVM_CPPFLAGS :=
LLVM_LDFLAGS :=
LLVM_CMAKE :=

# Allow adding LLVM specific flags
LLVM_CFLAGS += $(CFLAGS)
LLVM_CXXFLAGS += $(CXXFLAGS)
Expand Down

0 comments on commit 9e37db0

Please sign in to comment.