search for: pengy

Displaying 4 results from an estimated 4 matches for "pengy".

Did you mean: peng
2014 Mar 11
0
Questions on using bridge for KVM on ubuntu 13.10
Hi, I have being try to connect a virtual machine to the outside through a bridge on the host. The following shows that I have a bridge. And I'm able to start a guest. pengy@rigel:~$ brctl show bridge name bridge id STP enabled interfaces br0 8000.c81f66e29049 no em4 br1 8000.c81f66e29045 no bond0 virbr0 8000.000000000000 yes pengy@rigel:/mnt/nfs/pengy/kvm$ virsh create saiph_installed.xml Domain saiph created f...
2019 Jan 25
2
How to generate .bc file using configure && make on Mac OS X?
Hi, I use the following commands to compile a GNU package to .bc files on Linux. ./configure CC=clang RANLIB=llvm-ranlib CFLAGS=-flto LDFLAGS=-Wl\,-plugin-opt=save-temps\ -flto\ -fuse-ld=gold make But since it uses ld.gold, it won't work on Mac OS X. Is there something equivalent that works on Mac OS X? Thanks. -- Regards, Peng
2019 Jan 28
2
How to generate .bc file using configure && make on Mac OS X?
...temps\ -flto checking build system type... x86_64-apple-darwin17.7.0 checking host system type... x86_64-apple-darwin17.7.0 Beginning configuration for bash-5.0-release for x86_64-apple-darwin17.7.0 checking for gcc... clang checking whether the C compiler works... no configure: error: in `/Users/pengy/homebake/work/bash/build/Linux/y': configure: error: C compiler cannot create executables See `config.log' for more details Here is the relevant content from config.log ==== configure:3750: checking whether the C compiler works configure:3772: clang -g -flto -Wl,-plugin-opt=save-temps -f...
2019 Jan 19
2
What does "preds" mean in a .ll file?
Hi, I see things like this. What does it mean? Is it documented somewhere? Thanks. ; preds = %for.body https://llvm.org/docs/LangRef.html ; <label>:91: ; preds = %88 %92 = load i8**, i8*** @glob_complete_word.matches, align 8, !dbg !99798 %93 = load i32, i32* @glob_complete_word.ind, align 4, !dbg !99799 %94 = sext i32 %93 to i64, !dbg !99798