c0973d683aca4dad4cefbb23bb0134f01f804016 |
|
26-Nov-2012 |
Nick Kledzik <kledzik@apple.com> |
Automatically create .dSYM for libcompiler_rt.dylib when using Apple's internal build system git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@168625 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/make/lib_info.mk
|
a69eb9a1a0b111a4776a9bd727f4d551ec308261 |
|
24-Oct-2012 |
Evgeniy Stepanov <eugeni.stepanov@gmail.com> |
Build ASan runtime for ARM/Android. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@166559 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/make/lib_info.mk
|
8bc01cbd099b48d6c77d07e145d97104b43f4d38 |
|
07-Sep-2012 |
Daniel Dunbar <daniel@zuster.org> |
build: Add support for building dylibs. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@163412 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/make/lib_info.mk
|
f06648acf50b17b4a90abb46eb4515947f96fecd |
|
02-Dec-2011 |
Daniel Dunbar <daniel@zuster.org> |
build: Add ModuleName per-subdir variable as a way to organize the different sets of functions/objects into high level groups. Currently we have "builtins" (the main compiler-rt code), "profile", and "asan". - Use this to define CommonFunctions and ArchFunctions to only reference the builtins functions. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@145674 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/make/lib_info.mk
|
9d559858d8de6170512995ca53da505589a062db |
|
21-Jun-2011 |
Nick Kledzik <kledzik@apple.com> |
add STRIP and LIPO as AvailableOptions git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@133481 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/make/lib_info.mk
|
d3d22631ca0b314f0564a9bcfe96dd2d6ca85fa6 |
|
31-Mar-2010 |
Daniel Dunbar <daniel@zuster.org> |
Add new build option KERNEL_USE, which compiles with -mkernel and gets propogated to CFLAGS. Use this to call panic() instead of abort() when enabled. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@100015 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/make/lib_info.mk
|
6a571fb3c515c5ea53308ba0eda750e8dd76ef6b |
|
18-Jan-2010 |
Daniel Dunbar <daniel@zuster.org> |
Add a VISIBILITY_HIDDEN option, which can be used to make all compiler-rt function definitions hidden/private extern. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@93790 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/make/lib_info.mk
|
48464e0ee1c2de5bcbf0d609348f55d0c301085d |
|
18-Jan-2010 |
Daniel Dunbar <daniel@zuster.org> |
Add support for "platform" configurations, which define a suite of compiler-rt libraries to generate. - Each library may be built with different flags and for different architectures, and there is support for building Darwin style fat archives. - Uses an ambituous amount of make programming, but should be hidden to users and developers. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@93720 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/make/lib_info.mk
|
6db90e61b58ae72b07faf3272fa9f15d4ad9b3bc |
|
18-Jan-2010 |
Daniel Dunbar <daniel@zuster.org> |
Rename subdir 'Target' variable to 'Implementation' to be less overloaded. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@93718 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/make/lib_info.mk
|
78cfbc57c62949e16fa7b4a69775aa6450343a00 |
|
18-Jan-2010 |
Daniel Dunbar <daniel@zuster.org> |
Add 'SelectFunctionDir' function, to select appropriate function implementation based on a configuration and architecture. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@93717 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/make/lib_info.mk
|