diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:41:05 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:41:05 +0000 |
| commit | 01095a5d43bbfde13731688ddcf6048ebb8b7721 (patch) | |
| tree | 4def12e759965de927d963ac65840d663ef9d1ea /examples/Kaleidoscope/Orc/lazy_codegen/Makefile | |
| parent | f0f4822ed4b66e3579e92a89f368f8fb860e218e (diff) | |
Vendor import of llvm release_39 branch r276489:vendor/llvm/llvm-release_39-r276489
Diffstat (limited to 'examples/Kaleidoscope/Orc/lazy_codegen/Makefile')
| -rw-r--r-- | examples/Kaleidoscope/Orc/lazy_codegen/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/Kaleidoscope/Orc/lazy_codegen/Makefile b/examples/Kaleidoscope/Orc/lazy_codegen/Makefile deleted file mode 100644 index 5536314f2a30..000000000000 --- a/examples/Kaleidoscope/Orc/lazy_codegen/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -UNAME := $(shell uname -s) - -ifeq ($(UNAME),Darwin) - CXX := xcrun --sdk macosx clang++ -else - CXX := clang++ -endif - -LLVM_CXXFLAGS := $(shell llvm-config --cxxflags) -LLVM_LDFLAGS := $(shell llvm-config --ldflags --system-libs --libs core orcjit native) - -toy: toy.cpp - $(CXX) $(LLVM_CXXFLAGS) -Wall -std=c++11 -g -O0 -rdynamic -fno-rtti -o toy toy.cpp $(LLVM_LDFLAGS) - -.PHONY: clean -clean: - rm -f toy |
