search for: dir_containing_patch_file

Displaying 1 result from an estimated 1 matches for "dir_containing_patch_file".

2013 Feb 26
0
[LLVMdev] LLVM/clang 3.2 build error on Linux
...file as follows: $ cat clang_darwin.mk.patch 82a83 > ifneq ($(shell which sw_vers),) 87a89 > endif $ I then applied it to <LLVM_SRC_DIR>/projects/compiler-rt/make/platform/clang_darwin.mk via: patch -b <LLVM_SRC_DIR>/projects/compiler-rt/make/platform/clang_darwin.mk < <DIR_CONTAINING_PATCH_FILE>/clang_darwin.mk.patch and recompiled. Please note that the patch also fixes/avoids another problem (which was introduced in r173465 when fixing the original problem) - that fix is from r173977, which reverts to the original logic of filtering out ARM architecture stuff on Darwin 10.6 (the b...