gopalshankar / address-sanitizer

Automatically exported from code.google.com/p/address-sanitizer
0 stars 0 forks source link

Building on Snow Leopard without IOS support #287

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build gcc-4.8
2. Try to build LLVM/Asan

What is the expected output? What do you see instead?

Working build. Instead I get :

[ 62%] Copying compiler-rt's sanitizer/tsan_interface_atomic.h...
[ 62%] Built target compiler-rt-headers
Scanning dependencies of target RTLSanCommon.iossim
[ 62%] Building CXX object 
projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.iossim.dir/lsan_common.cc.
o
g++-4.8: error: unrecognized command line option 
'-mios-simulator-version-min=7.0'
make[2]: *** 
[projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.iossim.dir/lsan_common.cc
.o] Error 1
make[1]: *** 
[projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.iossim.dir/all] Error 2

What version of the product are you using? On what operating system?

ProductName:    Mac OS X
ProductVersion: 10.6.8

Xcode 3.2.6

Maybe it's possible to disable compiling IOS support ?

Original issue reported on code.google.com by mkvtooln...@gmail.com on 1 Apr 2014 at 7:28

GoogleCodeExporter commented 9 years ago

Original comment by konstant...@gmail.com on 2 Apr 2014 at 7:43