search for: _clanglto38_x64_objcopy_path

Displaying 2 results from an estimated 2 matches for "_clanglto38_x64_objcopy_path".

2016 May 13
2
How to debug if LTO generate wrong code?
...KMs. Below are my clang LTO build tools and options, I use clang 3.8 release with binutils 2.26 ld (I've pushed ld support LLVM gold plugin https://sourceware.org/bugzilla/show_bug.cgi?id=20070). Any suggestion is welcome! ################## # CLANGLTO38 X64 definitions ################## *_CLANGLTO38_X64_OBJCOPY_PATH = DEF(GCC53_X64_PREFIX)objcopy *_CLANGLTO38_X64_CC_PATH = DEF(CLANG38_X64_PREFIX)clang *_CLANGLTO38_X64_SLINK_PATH = DEF(CLANG38_X64_PREFIX)llvm-ar *_CLANGLTO38_X64_DLINK_PATH = DEF(CLANG38_X64_PREFIX)clang *_CLANGLTO38_X64_ASM_PATH = DEF(CLANG38...
2016 May 16
2
How to debug if LTO generate wrong code?
.../bugzilla/show_bug.cgi?id=20070). Any suggestion > is > > welcome! > > > > > > > > > > > > > > > > ################## > > > > # CLANGLTO38 X64 definitions > > > > ################## > > > > *_CLANGLTO38_X64_OBJCOPY_PATH = > DEF(GCC53_X64_PREFIX)objcopy > > > > *_CLANGLTO38_X64_CC_PATH = DEF(CLANG38_X64_PREFIX)clang > > > > *_CLANGLTO38_X64_SLINK_PATH = DEF(CLANG38_X64_PREFIX)llvm- > ar > > > > *_CLANGLTO38_X64_DLINK_PATH =...