search for: target_objects

Displaying 20 results from an estimated 20 matches for "target_objects".

2018 Apr 11
2
[compiler-rt] r329776 - [XRay][compiler-rt] Fix osx-based builds
...ts > PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) > endforeach() > @@ -66,11 +69,19 @@ endmacro() > > if(COMPILER_RT_CAN_EXECUTE_TESTS) > foreach(arch ${XRAY_SUPPORTED_ARCH}) > - add_xray_lib("RTXRay.test.${arch}" > - $<TARGET_OBJECTS:RTXray.${arch}> > - $<TARGET_OBJECTS:RTXrayFDR.${arch}> > - $<TARGET_OBJECTS:RTSanitizerCommon.${arch}> > - $<TARGET_OBJECTS:RTSanitizerCommonLibc.${arch}>) > + if (APPLE) > + add_xray_lib("RTXRay.test.osx" > + $<TARG...
2018 Apr 11
0
[compiler-rt] r329776 - [XRay][compiler-rt] Fix osx-based builds
...RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) >> endforeach() >> @@ -66,11 +69,19 @@ endmacro() >> >> if(COMPILER_RT_CAN_EXECUTE_TESTS) >> foreach(arch ${XRAY_SUPPORTED_ARCH}) >> - add_xray_lib("RTXRay.test.${arch}" >> - $<TARGET_OBJECTS:RTXray.${arch}> >> - $<TARGET_OBJECTS:RTXrayFDR.${arch}> >> - $<TARGET_OBJECTS:RTSanitizerCommon.${arch}> >> - $<TARGET_OBJECTS:RTSanitizerCommonLibc.${arch}>) >> + if (APPLE) >> + add_xray_lib("RTXRay.test.osx" &gt...
2012 Dec 07
2
[LLVMdev] dragonegg now requires clang
On Fri, Dec 07, 2012 at 06:20:37PM +0100, Duncan Sands wrote: > Hi Jack, this occurs because you compiled LLVM with clang (right?) and > dragonegg is compiled with the same flags used to compile LLVM (it is > an llvm-config bug in my opinion that llvm-config output includes these > kinds of optional flags). Duncan, Yes. I believe both fink and MacPorts now default to the clang
2020 Mar 26
12
Upgrading LLVM's minimum required CMake version
...upport for static libraries * New swig_add_library command in the UseSWIG module * New generator expression $<IF:cond,true-value,false-value> CMake 3.9 (released July 18th 2017): * install(TARGETS) and install(EXPORTS) support for object libraries, which will simplify the compiler-rt build * TARGET_OBJECTS generator expression support in add_custom_command and file(GENERATE) * $<TARGET_BUNDLE_DIR:tgt> and $<TARGET_BUNDLE_CONTENT_DIR:tgt> generator expressions for Apple bundles CMake 3.10 (released November 20th 2017): * include_guard() command for proper guarding against double includes...
2012 Dec 07
0
[LLVMdev] dragonegg now requires clang
Hi Jack, can you please open a bug report asking that llvm-config only provide the minimum set of flags needed to compile code that interfaces with LLVM, rather than (as now) all kinds of unneeded flags such as -g and warnings. Thanks, Duncan. On 07/12/12 18:55, Jack Howarth wrote: > On Fri, Dec 07, 2012 at 06:20:37PM +0100, Duncan Sands wrote: >> Hi Jack, this occurs because you
2020 Mar 26
4
Upgrading LLVM's minimum required CMake version
...ibrary command in the UseSWIG module >> * New generator expression $<IF:cond,true-value,false-value> >> >> CMake 3.9 (released July 18th 2017): >> * install(TARGETS) and install(EXPORTS) support for object libraries, which will simplify the compiler-rt build >> * TARGET_OBJECTS generator expression support in add_custom_command and file(GENERATE) >> * $<TARGET_BUNDLE_DIR:tgt> and $<TARGET_BUNDLE_CONTENT_DIR:tgt> generator expressions for Apple bundles >> >> CMake 3.10 (released November 20th 2017): >> * include_guard() command for prope...
2020 Apr 02
2
Upgrading LLVM's minimum required CMake version
...upport for static libraries * New swig_add_library command in the UseSWIG module * New generator expression $<IF:cond,true-value,false-value> CMake 3.9 (released July 18th 2017): * install(TARGETS) and install(EXPORTS) support for object libraries, which will simplify the compiler-rt build * TARGET_OBJECTS generator expression support in add_custom_command and file(GENERATE) * $<TARGET_BUNDLE_DIR:tgt> and $<TARGET_BUNDLE_CONTENT_DIR:tgt> generator expressions for Apple bundles CMake 3.10 (released November 20th 2017): * include_guard() command for proper guarding against double includes...
2020 Apr 02
2
Upgrading LLVM's minimum required CMake version
...upport for static libraries * New swig_add_library command in the UseSWIG module * New generator expression $<IF:cond,true-value,false-value> CMake 3.9 (released July 18th 2017): * install(TARGETS) and install(EXPORTS) support for object libraries, which will simplify the compiler-rt build * TARGET_OBJECTS generator expression support in add_custom_command and file(GENERATE) * $<TARGET_BUNDLE_DIR:tgt> and $<TARGET_BUNDLE_CONTENT_DIR:tgt> generator expressions for Apple bundles CMake 3.10 (released November 20th 2017): * include_guard() command for proper guarding against double includes...
2020 Mar 26
2
Upgrading LLVM's minimum required CMake version
...upport for static libraries * New swig_add_library command in the UseSWIG module * New generator expression $<IF:cond,true-value,false-value> CMake 3.9 (released July 18th 2017): * install(TARGETS) and install(EXPORTS) support for object libraries, which will simplify the compiler-rt build * TARGET_OBJECTS generator expression support in add_custom_command and file(GENERATE) * $<TARGET_BUNDLE_DIR:tgt> and $<TARGET_BUNDLE_CONTENT_DIR:tgt> generator expressions for Apple bundles CMake 3.10 (released November 20th 2017): * include_guard() command for proper guarding against double includes...
2012 Dec 09
1
[LLVMdev] dragonegg now requires clang
On Fri, Dec 07, 2012 at 06:57:36PM +0100, Duncan Sands wrote: > Hi Jack, can you please open a bug report asking that llvm-config only > provide the minimum set of flags needed to compile code that interfaces > with LLVM, rather than (as now) all kinds of unneeded flags such as -g > and warnings. > > Thanks, Duncan. > Duncan, I have opened
2020 Apr 08
3
Upgrading LLVM's minimum required CMake version
...brary command in the UseSWIG module >> * New generator expression $<IF:cond,true-value,false-value> >> >> CMake 3.9 (released July 18th 2017): >> * install(TARGETS) and install(EXPORTS) support for object libraries, which will simplify the compiler-rt build >> * TARGET_OBJECTS generator expression support in add_custom_command and file(GENERATE) >> * $<TARGET_BUNDLE_DIR:tgt> and $<TARGET_BUNDLE_CONTENT_DIR:tgt> generator expressions for Apple bundles >> >> CMake 3.10 (released November 20th 2017): >> * include_guard() command for prop...
2020 Apr 04
3
Upgrading LLVM's minimum required CMake version
...SWIG module > * New generator expression $<IF:cond,true-value,false-value> > > CMake 3.9 (released July 18th 2017): > * install(TARGETS) and install(EXPORTS) support for object > libraries, which will simplify the compiler-rt build > * TARGET_OBJECTS generator expression support in > add_custom_command and file(GENERATE) > * $<TARGET_BUNDLE_DIR:tgt> and > $<TARGET_BUNDLE_CONTENT_DIR:tgt> generator expressions for > Apple bundles > > CMake 3.10 (released November 20th 2017): &...
2020 Apr 06
5
Upgrading LLVM's minimum required CMake version
...upport for static libraries * New swig_add_library command in the UseSWIG module * New generator expression $<IF:cond,true-value,false-value> CMake 3.9 (released July 18th 2017): * install(TARGETS) and install(EXPORTS) support for object libraries, which will simplify the compiler-rt build * TARGET_OBJECTS generator expression support in add_custom_command and file(GENERATE) * $<TARGET_BUNDLE_DIR:tgt> and $<TARGET_BUNDLE_CONTENT_DIR:tgt> generator expressions for Apple bundles CMake 3.10 (released November 20th 2017): * include_guard() command for proper guarding against double includes...
2012 Dec 07
0
[LLVMdev] dragonegg now requires clang
Hi Jack, this occurs because you compiled LLVM with clang (right?) and dragonegg is compiled with the same flags used to compile LLVM (it is an llvm-config bug in my opinion that llvm-config output includes these kinds of optional flags). Ciao, Duncan. On 07/12/12 18:11, Jack Howarth wrote: > Duncan, > I am unable to complile dragonegg 3.2 with FSF gcc 4.7 due the the > compiler
2020 Apr 07
2
Upgrading LLVM's minimum required CMake version
...upport for static libraries * New swig_add_library command in the UseSWIG module * New generator expression $<IF:cond,true-value,false-value> CMake 3.9 (released July 18th 2017): * install(TARGETS) and install(EXPORTS) support for object libraries, which will simplify the compiler-rt build * TARGET_OBJECTS generator expression support in add_custom_command and file(GENERATE) * $<TARGET_BUNDLE_DIR:tgt> and $<TARGET_BUNDLE_CONTENT_DIR:tgt> generator expressions for Apple bundles CMake 3.10 (released November 20th 2017): * include_guard() command for proper guarding against double includes...
2020 Apr 07
3
Upgrading LLVM's minimum required CMake version
...mmand in the UseSWIG module >> * New generator expression $<IF:cond,true-value,false-value> >> >> CMake 3.9 (released July 18th 2017): >> * install(TARGETS) and install(EXPORTS) support for object libraries, >> which will simplify the compiler-rt build >> * TARGET_OBJECTS generator expression support in add_custom_command and >> file(GENERATE) >> * $<TARGET_BUNDLE_DIR:tgt> and $<TARGET_BUNDLE_CONTENT_DIR:tgt> generator >> expressions for Apple bundles >> >> CMake 3.10 (released November 20th 2017): >> * include_guard()...
2012 Dec 07
2
[LLVMdev] dragonegg now requires clang
Duncan, I am unable to complile dragonegg 3.2 with FSF gcc 4.7 due the the compiler errors... GCC=/sw/lib/gcc4.7/bin/gcc-4 LLVM_CONFIG=/sw/opt/llvm-3.2/bin/llvm-config VERBOSE=1 ENABLE_LLVM_PLUGINS=1 make CPPFLAGS="-g -DENABLE_LTO -I/sw/include" /sw/lib/gcc4.7/bin/gcc-4 --version > /dev/null /sw/opt/llvm-3.2/bin/llvm-config --version > /dev/null Compiling utils/TargetInfo.cpp
2014 Feb 13
3
[LLVMdev] cmake/ninja build failing
Well, I updated to cmake 2.8.12.2 but the result of changing that COMPILE_FLAGS to COMPILE_OPTIONS is that quotes are applied incorrectly: quotes are added surrounding the entire set of flags rather than around each individual item in the list. Obviously the build doesn't work (with the compiler looking for files named " -m64 ... ") but checking the relevant build command in
2020 Apr 08
3
Upgrading LLVM's minimum required CMake version
...t; * New swig_add_library command in the UseSWIG module > * New generator expression $<IF:cond,true-value,false-value> > > CMake 3.9 (released July 18th 2017): > * install(TARGETS) and install(EXPORTS) support for object libraries, which will simplify the compiler-rt build > * TARGET_OBJECTS generator expression support in add_custom_command and file(GENERATE) > * $<TARGET_BUNDLE_DIR:tgt> and $<TARGET_BUNDLE_CONTENT_DIR:tgt> generator expressions for Apple bundles > > CMake 3.10 (released November 20th 2017): > * include_guard() command for proper guarding agai...
2014 Nov 03
8
[LLVMdev] [PATCH] Protection against stack-based memory corruption errors using SafeStack
...RCES safestack.cc) + +include_directories(..) + +set(SAFESTACK_CFLAGS ${SANITIZER_COMMON_CFLAGS}) + +if(APPLE) + # Build universal binary on APPLE. + add_compiler_rt_osx_static_runtime(clang_rt.safestack_osx + ARCH ${SAFESTACK_SUPPORTED_ARCH} + SOURCES ${SAFESTACK_SOURCES} + $<TARGET_OBJECTS:RTInterception.osx> + CFLAGS ${SAFESTACK_CFLAGS}) + add_dependencies(safestack clang_rt.safestack_osx) +else() + # Otherwise, build separate libraries for each target. + foreach(arch ${SAFESTACK_SUPPORTED_ARCH}) + add_compiler_rt_runtime(clang_rt.safestack-${arch} ${arch} STATIC +...