Displaying 1 result from an estimated 1 matches for "82a83".
Did you mean:
8283
2013 Feb 26
0
[LLVMdev] LLVM/clang 3.2 build error on Linux
...d to r170558. Therefore, I'm reasoning that it's not
possible to build clang/compiler-rt from the unmodified 3.2 source
distributions on Linux. So I extracted the pertinent difference and
backported it to the 3.2 source, creating a diff / patch 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...