Alexander Yermolovich

Results 27 comments of Alexander Yermolovich

Short version if you are using VS 2017 you can clone: https://github.com/ayermolo/glowWindowsSupportLibraries.git Example of cmake command: cmake ../glow -DCMAKE_GENERATOR_PLATFORM=x64 -DGLOW_WITH_OPENCL=0 -DCMAKE_PREFIX_PATH="C:\projects\llvm\llvmbuilddir64;C:\projects\glowWindowsSupportLibraries\tools\glogInstall;C:\projects\glowWindowsSupportLibraries\tools\libpngInstall;C:\projects\glowWindowsSupportLibraries\tools\protobufInstall" -Dgtest_force_shared_crt=TRUE -Dgtest_force_shared_crt=TRUE -DLINK_PROTOBUF_AS_DLL=ON

You can freeze the graph so that loop operator is not present. At least for ssd mobilenet v2. @ksaurabh-cadence

@ksaurabh-cadence Thanks for jumping in. :D

Hello. Is this an ELF binary? Can you provide a repro?

Is this with latest bolt from llvm trunk? How as clang built?

Can you try again with trunk BOLT? I landed a fix for DWARF5 that might help here.

@Ravenslofty Is this with llvm top of the trunk bolt? If you could provide a small repro hat would be great.

OK. Yeah I guess if you can share a small binary (and rust code along with build command) that generated it, that would be great. Also can you post llvm-dwarfdump...

If it came from rust, why is DW_AT_language is DW_LANG_Mips_Assembler?

Ah ok. Thanks for looking into it. I added this to my queue of things to look into.