Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
toolchain
/
llvm
/
compiler-rt
/
32840b9046e67dcf45fb0b14b44c0ec226858cc3
/
cmake
/
Modules
/
CompilerRTDarwinUtils.cmake
32840b9
[cmake] Cache results of find_darwin_sdk_dir
by Kuba Mracek
· 8 years ago
4761fa5
[cmake] Add an option to prefer public SDK in find_darwin_sdk_dir
by Kuba Mracek
· 8 years ago
ba802a4
[compiler-rt] respect CMAKE_EXE_LINKER_FLAGS in compiler and library tests
by Bob Haarman
· 8 years ago
9f93113
Make cmake link flag naming consistent
by Francis Ricci
· 9 years ago
1ca6b63
[CMake] Support building on OS X without Xcode installation
by Chris Bieneman
· 9 years ago
1308eb2
[CMake] Stop building eprintf library on Darwin
by Chris Bieneman
· 9 years ago
84e4423
[CMake] Converting darwin_test_archs simple source to C
by Chris Bieneman
· 9 years ago
4e4d430
[CMake] NFC. Add support for testing the compiler without testing the linker
by Chris Bieneman
· 9 years ago
9e256d0
[CMake] Adding another missing include. NFC.
by Chris Bieneman
· 9 years ago
b8eab08
[CMake] [PR27403] Fix COMPILER_RT_ENABLE_IOS when using Xcode from the App Store.
by Chris Bieneman
· 9 years ago
b83cbf0
[asan] Add iOS support.
by Anna Zaks
· 10 years ago
bfcbe76
[compiler-rt] list_union() is actually an intersect operation. Rename it.
by Daniel Sanders
· 10 years ago
7456a7a
[cmake] Indentation fix (NFC)
by Vedant Kumar
· 10 years ago
6ec496a
[cmake] Add InstrProfilingWriter to libclang_rt on Darwin
by Vedant Kumar
· 10 years ago
4c6b698
[CMake] [Darwin] Log architecture test failures to CMakeError.log
by Chris Bieneman
· 10 years ago
945fcee
[sanitizer] Cache results of darwin_test_archs
by Kuba Brecka
· 10 years ago
cb22450
[CMake] [Darwin] libclang_rt.eprintf should be built with the same CFLAGS as the other darwin builtin libraries.
by Chris Bieneman
· 10 years ago
854e1db
[compiler-rt][cmake] Fix not lipo libclang_rt.cc_kext.a when building on OS X
by Chris Bieneman
· 10 years ago
9ef63e2
[CMake] [macho_embedded] [builtins] Always use OS X sysroot, even for arm.
by Chris Bieneman
· 10 years ago
44e875b
[CMake] [Darwin] Forcing -fPIC on for all darwin builtins except macho_embedded
by Chris Bieneman
· 10 years ago
33dc910
[CMake] [Darwin] [Builtins] Force setting the flags we care about at the end of the compiler command line
by Chris Bieneman
· 10 years ago
4e5c298
[CMake] [macho_embedded] Only set sys root if the variable is set, this prevents passing empty -isysroot arguments
by Chris Bieneman
· 10 years ago
65b6e05
[CMake] Cleaning up flags for Darwin builtins
by Chris Bieneman
· 10 years ago
4ae803e
[CMake] Temporary workaround to support building builtins on darwin with a toolchain that may not support all x86 and arm architectures.
by Chris Bieneman
· 10 years ago
be818b4
Revert "[CMake] [macho_embedded] Check to make sure the compiler supports the architectures before generating build targets"
by Chris Bieneman
· 10 years ago
002145e
[CMake] Don't pass -fPIC when compiling the darwin builtins
by Chris Bieneman
· 10 years ago
5becf7f
[CMake] Fixing a typo in variable name ARG_*->LIB_*
by Chris Bieneman
· 10 years ago
b13b34f
[CMake] Removing extra underscore.
by Chris Bieneman
· 10 years ago
7e1db73
[CMake] [Darwin] Don't generate lipo commands if we don't have libraries to put into the fat archive.
by Chris Bieneman
· 10 years ago
5be03d3
[CMake] [macho_embedded] Check to make sure the compiler supports the architectures before generating build targets
by Chris Bieneman
· 10 years ago
81fb4f0
[CMake] Need to filter ${arch}/*.c builtins as well as ${arch}/*.S builtins.
by Chris Bieneman
· 10 years ago
d52171b
[CMake] Adding support for generating libclang_rt.eprintf.a
by Chris Bieneman
· 10 years ago
f009918
[CMake] [Darwin] [builtins] Need to special case the naming of the OS X cc_kext builtin library.
by Chris Bieneman
· 10 years ago
7281c4b
[CMake] [darwin] Removing a line of debug code that I accidentally committed.
by Chris Bieneman
· 10 years ago
8a38681
[CMake] [darwin] [builtins] Add INSTALL_DIR to darwin_lipo_libs
by Chris Bieneman
· 10 years ago
3813e46
[CMake] Workaround for the lipo output directory not being created.
by Chris Bieneman
· 10 years ago
c0baeff
[CMake] [builtins] [macho_embedded] Separate out the 64-bit thumb builtins so they don't get included on 'm' architectures. NFC.
by Chris Bieneman
· 10 years ago
f0f16df
[CMake] [builtins] [macho_embedded] Don't pass -mfloat-abi=hard flag to x86 because the compiler ignores it and complains.
by Chris Bieneman
· 10 years ago
444459d
[CMake] [Darwin] [macho_embedded] Specify the version min explicitly.
by Chris Bieneman
· 10 years ago
d4b2320
[CMake] [Darwin] [builtins] Change condition for skipping cc_kext to be setting based.
by Chris Bieneman
· 10 years ago
9a9de76
[CMake] [macho_embedded] We need to set some extra flags when building the macho_embedded builtins.
by Chris Bieneman
· 10 years ago
bcc4ac9
[CMake] [Darwin] Support building the macho_embedded builtin libraries.
by Chris Bieneman
· 10 years ago
c959a0b
[CMake] [Darwin] [builtins] Apply OS and OS-arch filters to cc_kext builtin libraries.
by Chris Bieneman
· 10 years ago
3ff8cb2
[CMake] Accidentally committed code that was using a variable only populated in some earlier code. NFC.
by Chris Bieneman
· 10 years ago
f77c6a0
[CMake] [Darwin] [builtins] Fix building builtins for Darwin simulator platforms.
by Chris Bieneman
· 10 years ago
b850f31
[CMake] [Darwin] Make darwin_filter_builtin_sources support both whitelist and blacklist filtering.
by Chris Bieneman
· 10 years ago
2d320d0
[CMake] [darwin] [builtins] Make darwin_lipo_libs take OUTPUT_DIR as an option. NFC.
by Chris Bieneman
· 10 years ago
648eafc
[CMake] [darwin] Refactor darwin_read_exclude_file to be reusable. NFC.
by Chris Bieneman
· 10 years ago
72cc28c
[CMake] [darwin] [builtins] Should install the lipo'd builtin libraries.
by Chris Bieneman
· 10 years ago
3623533
[CMake] [darwin] [builtins] Should be reading the OS variable that is passed in, not the bleed through from the function above. NFC.
by Chris Bieneman
· 10 years ago
64dab72
[CMake] [darwin] [cc_kext] In addition to builtin sources the cc_kext builtins include some functions from clang_rt.profile.
by Chris Bieneman
· 10 years ago
82ebe89
[CMake] [darwin] [builtins] Refactoring darwin_find_excluded_builtins_list to parse arguments instead of only handling positional arguments.
by Chris Bieneman
· 10 years ago
25e1bdf
[CMake] [darwin] [builtins] Refactoring code to filter builtin lists out into a function. NFC.
by Chris Bieneman
· 10 years ago
a6e0202
[CMake] [darwin] [builtins] Match clang_darwin.mk's compiler flags when building builtin libraries
by Chris Bieneman
· 10 years ago
3035bf9
[CMake] pass -Wno-pedantic to cc_kext builtins build
by Chris Bieneman
· 10 years ago
765d76e
[CMake] [Darwin] Bug 21562 - Add a CMake equivalent for make/platform/clang_darwin.mk in compiler_rt
by Chris Bieneman
· 10 years ago
66e02f0
[CMake] [Darwin] Bug 21562 - Add a CMake equivalent for make/platform/clang_darwin.mk in compiler_rt
by Chris Bieneman
· 10 years ago
d462679
[CMake] Make the sample program in darwin_test_archs have a symbol it needs to link.
by Chris Bieneman
· 10 years ago
76d6891
[CMake] Fixing haswell filtering.
by Chris Bieneman
· 10 years ago
b060760
[CMake] Fix building unit tests on Darwin
by Chris Bieneman
· 10 years ago
d5e075d
[cmake darwin] Use a STATUS message type. Explain where the arches came from.
by Filipe Cabecinhas
· 10 years ago
19c8451
[CMake] Add experimental support for building compiler-rt for iOS
by Chris Bieneman
· 10 years ago