Displaying 10 results from an estimated 10 matches for "cc_flags".
Did you mean:
c_flags
2013 Sep 04
2
opus code optimization
The opus code default compiles on -o2 optimization level. I would like to
change it to -o3. I have tried doing the changes in makefile.unix . The
change is not getting reflected. I am building the code in Code composer
studio for TI processor C6000. Could anybody help me with this
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2020 Jan 09
3
LLD PDB Lines zero number issue
...ines issue.
$ cat main.c
void assembly_fun();
int main()
{
int Index1;
for (Index1 = 0; Index1 == 0; assembly_fun(), Index1++){
assembly_fun();
}
assembly_fun();
}
$ cat assembly.nasm
DEFAULT REL
SECTION .text
global assembly_fun
assembly_fun:
ret
$ cat makefile_clanglto_Oz
CC_FLAGS= -g -m64 -mcmodel=small -target x86_64-unknown-windows -gcodeview -flto -Oz
CC = /home/jshi19/llvm/clang+llvm-9.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/clang
DLINK_FLAGS = /Machine:X64 /DLL /ENTRY:main /DEBUG:GHASH /lldmap
DLINK = /home/jshi19/llvm/clang+llvm-9.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/...
2019 Jul 15
2
lld-link crash when build openssl with LTO
...0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01};
int length =17;
const char *Source;
Source = (void*)cryptopro_ext;
while (length--) {
*(ret++) = *(Source++);
}
}
$ cat memcpy.c
typedef unsigned int size_t;
void *memcpy(void *dest, const void *src, size_t n)
{
return 0;
}
$ cat makefile
CC_FLAGS= -Oz -flto -target i686-unknown-windows
CC = /home/jshi19/llvm/llvm-project/releaseinstall/bin/clang
DLINK_FLAGS = /MACHINE:X86 /DLL /ENTRY:TlsDriverEntryPoint
DLINK = /home/jshi19/llvm/llvm-project/releaseinstall/bin/lld-link
SLINK_FLAGS =
SLINK = /home/jshi19/llvm/llvm-project/releaseinstall/bin...
2019 Jul 16
2
lld-link crash when build openssl with LTO
...gth--) {
>
> *(ret++) = *(Source++);
>
> }
>
> }
>
>
>
> $ cat memcpy.c
>
> typedef unsigned int size_t;
>
> void *memcpy(void *dest, const void *src, size_t n)
>
> {
>
> return 0;
>
> }
>
>
>
> $ cat makefile
>
> CC_FLAGS= -Oz -flto -target i686-unknown-windows
>
> CC = /home/jshi19/llvm/llvm-project/releaseinstall/bin/clang
>
> DLINK_FLAGS = /MACHINE:X86 /DLL /ENTRY:TlsDriverEntryPoint
>
> DLINK = /home/jshi19/llvm/llvm-project/releaseinstall/bin/lld-link
>
> SLINK_FLAGS =
>
> SLINK =...
2019 Jul 16
2
lld-link crash when build openssl with LTO
...gth--) {
>
> *(ret++) = *(Source++);
>
> }
>
> }
>
>
>
> $ cat memcpy.c
>
> typedef unsigned int size_t;
>
> void *memcpy(void *dest, const void *src, size_t n)
>
> {
>
> return 0;
>
> }
>
>
>
> $ cat makefile
>
> CC_FLAGS= -Oz -flto -target i686-unknown-windows
>
> CC = /home/jshi19/llvm/llvm-project/releaseinstall/bin/clang
>
> DLINK_FLAGS = /MACHINE:X86 /DLL /ENTRY:TlsDriverEntryPoint
>
> DLINK = /home/jshi19/llvm/llvm-project/releaseinstall/bin/lld-link
>
> SLINK_FLAGS =
>
> SLINK =...
2019 Jul 16
2
lld-link crash when build openssl with LTO
...gth--) {
>
> *(ret++) = *(Source++);
>
> }
>
> }
>
>
>
> $ cat memcpy.c
>
> typedef unsigned int size_t;
>
> void *memcpy(void *dest, const void *src, size_t n)
>
> {
>
> return 0;
>
> }
>
>
>
> $ cat makefile
>
> CC_FLAGS= -Oz -flto -target i686-unknown-windows
>
> CC = /home/jshi19/llvm/llvm-project/releaseinstall/bin/clang
>
> DLINK_FLAGS = /MACHINE:X86 /DLL /ENTRY:TlsDriverEntryPoint
>
> DLINK = /home/jshi19/llvm/llvm-project/releaseinstall/bin/lld-link
>
> SLINK_FLAGS =
>
> SLINK =...
2014 Aug 06
3
[LLVMdev] LNT bot failures
LNT executes:
cc_version = capture([cc, '-v', '-E'] + cc_flags +
['-x', 'c', '/dev/null', '-###'],
include_stderr=True).strip()
Then parses the result
Perhaps that output has changed in an unexpected way?
> On Aug 6, 2014, at 3:06 PM, Chris Matthews <chris.matthews at ap...
2019 Jul 16
3
lld-link crash when build openssl with LTO
...;> typedef unsigned int size_t;
>>>
>>> void *memcpy(void *dest, const void *src, size_t n)
>>>
>>> {
>>>
>>> return 0;
>>>
>>> }
>>>
>>>
>>>
>>> $ cat makefile
>>>
>>> CC_FLAGS= -Oz -flto -target i686-unknown-windows
>>>
>>> CC = /home/jshi19/llvm/llvm-project/releaseinstall/bin/clang
>>>
>>> DLINK_FLAGS = /MACHINE:X86 /DLL /ENTRY:TlsDriverEntryPoint
>>>
>>> DLINK = /home/jshi19/llvm/llvm-project/releaseinstall/bin/ll...
2014 Aug 06
2
[LLVMdev] LNT bot failures
Folks,
I'm scratching my head to understand what's wrong with this bot:
http://lab.llvm.org:8011/builders/clang-native-arm-lnt/builds/7783/steps/lnt.nightly-test/logs/stdio
There were no recent commits to lnt or the test-suite and I've cleaned
the lnt.venv on the bot, but it's still failing. I also haven't
updated the packages or anything on the bot.
Can any LNT specialist
2020 Mar 20
0
[ANNOUNCE] igt-gpu-tools 1.25
...b/igt_core: Make igt_subtest_jmpbuf/igt_dynamic_jmpbuf extern
lib/rendercopy_gen*: Make cc/viewport static
lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT
assembler/gen4asm.h: Remove struct src_operand src_operand variable
meson: Add -fcommon to cc_flags
Madhumitha Tolakanahalli Pradeep (2):
lib/igt_kms: added tile property parser
igt/tests/kms_dp_tiled_display: kms test for display port tiled displays
Martin Peres (1):
intel-ci: add a pre-merge blacklist to reduce the testing queue
Matt Roper (5):
lib: Add --skip-crc-com...