diff options
author | Alexander Potapenko <glider@google.com> | 2013-11-07 10:08:19 +0000 |
---|---|---|
committer | Alexander Potapenko <glider@google.com> | 2013-11-07 10:08:19 +0000 |
commit | 49034e3c3387f91754e6bde95e57991c96b70b4a (patch) | |
tree | 3b963097c8b52e48e3c794c6b94a663f46976438 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | aaf01a7f2b02230b69401d7876f4026ce7e4c1c3 (diff) | |
download | llvm-49034e3c3387f91754e6bde95e57991c96b70b4a.zip llvm-49034e3c3387f91754e6bde95e57991c96b70b4a.tar.gz llvm-49034e3c3387f91754e6bde95e57991c96b70b4a.tar.bz2 |
[ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib
CMake changes to build the ASan runtime for the iOS simulator. This is a universal library targeting the same architectures as the OSX ASan runtime does, thus the iossim version can't live in the same universal libclang_rt.asan_osx_dynamic.dylib
The difference between the OSX and iossim builds is in the -mios-simulator-version-min and -ios_simulator_version_min flags that tell Clang to compile and link iossim code.
The iossim runtime can only be built on a machine with both Xcode and the iOS Simulator SDK installed. If xcodebuild -version -sdk iphonesimulator Path returns a nonempty path, it is used when compiling and linking the iossim runtime.
llvm-svn: 194199
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions