Displaying 2 results from an estimated 2 matches for "defiapi".
Did you mean:
efiapi
2016 May 13
2
How to debug if LTO generate wrong code?
...ctor -fno-builtin -mms-bitfields -Wno-address -Wno-shift-negative-value -Wno-parentheses-equality -Wno-unknown-pragmas -Wno-tautological-constant-out-of-range-compare -Wno-incompatible-library-redeclaration -target x86_64-pc-linux-gnu -fno-asynchronous-unwind-tables -m64 -Wno-enum-conversion "-DEFIAPI=__attribute__((ms_abi))" -mno-red-zone -mcmodel=large -g -Os -flto
*_CLANGLTO38_X64_DLINK_FLAGS = -flto -nostdlib -Wl,-n -Wl,-q -Wl,--gc-sections -Wl,-z,common-page-size=0x40 -Wl,--entry,$(IMAGE_ENTRY_POINT) -Wl,-u,$(IMAGE_ENTRY_POINT) -Wl,-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map -Wl,-melf_x86...
2016 May 16
2
How to debug if LTO generate wrong code?
...shift-negative-value -Wno-parentheses-equality -Wno-unknown-
> pragmas
> > -Wno-tautological-constant-out-of-range-compare
> > -Wno-incompatible-library-redeclaration -target x86_64-pc-linux-gnu
> > -fno-asynchronous-unwind-tables -m64 -Wno-enum-conversion
> > "-DEFIAPI=__attribute__((ms_abi))" -mno-red-zone -mcmodel=large -g -Os
> -flto
> >
> > *_CLANGLTO38_X64_DLINK_FLAGS = -flto -nostdlib -Wl,-n -Wl,-q
> > -Wl,--gc-sections -Wl,-z,common-page-size=0x40
> > -Wl,--entry,$(IMAGE_ENTRY_POINT) -Wl,-u,$(IMAGE_ENTRY_POINT)
> &...