search for: l799

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

Did you mean: 799
2020 Sep 15
2
[ELF] String literals don't obey -fdata-sections
...ther inside a .rodata.str1.1 section instead of getting their own section. It seems that the C-string literal are considered differently than other constant and the -fdata-sections is not respected in https://github.com/llvm/llvm-project/blob/master/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp#L799. [1] I came across the following GCC bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=192 where they have fixed the issue back in 2015. Any reason not to do so in LLVM? My code example: - static library 1 : expose functions api1() and api3() > #include "lib1.h" > > static c...
2014 Apr 17
1
Re: LXC + USB passthrough = Operation not permitted
...b881d83b1#file-libvirtd-log-L296 > [5] > https://gist.github.com/filmaj/207ab3c09f5b881d83b1#file-libvirtd-log-L302 > [6] > https://gist.github.com/filmaj/207ab3c09f5b881d83b1#file-libvirtd-log-L685 > [7] > https://gist.github.com/filmaj/207ab3c09f5b881d83b1#file-libvirtd-log-L752-L799 > [8] > https://gist.github.com/filmaj/207ab3c09f5b881d83b1#file-libvirtd-log-L1075 > [9] > https://gist.github.com/filmaj/207ab3c09f5b881d83b1#file-libvirtd-log-L1090 > [10] > http://libvirt.org/git/?p=libvirt.git;a=blob;f=src/lxc/lxc_cgroup.c;h=39d955cd8cc2e34b6157e126fbb455d8f7...
2014 Apr 17
0
Re: LXC + USB passthrough = Operation not permitted
....github.com/filmaj/207ab3c09f5b881d83b1#file-libvirtd-log-L296 [5] https://gist.github.com/filmaj/207ab3c09f5b881d83b1#file-libvirtd-log-L302 [6] https://gist.github.com/filmaj/207ab3c09f5b881d83b1#file-libvirtd-log-L685 [7] https://gist.github.com/filmaj/207ab3c09f5b881d83b1#file-libvirtd-log-L752-L799 [8] https://gist.github.com/filmaj/207ab3c09f5b881d83b1#file-libvirtd-log-L1075 [9] https://gist.github.com/filmaj/207ab3c09f5b881d83b1#file-libvirtd-log-L1090 [10] http://libvirt.org/git/?p=libvirt.git;a=blob;f=src/lxc/lxc_cgroup.c;h=39d955cd8cc2e34b6157e126fbb455d8f71e0647;hb=e8684eb541f01df9b45e...
2014 Apr 17
2
Re: LXC + USB passthrough = Operation not permitted
Further followups! We are correlating DEBUG-level output from libvirt with the libvirt 1.2.2 code to try to figure out what libvirt is doing under the hood. Even though we have the log level set to 1 (info) in our libvirtd.conf, we are not seeing the VIR_DEBUG() [1] statements being printed out. There are tons of other presumably-debug lines of output showing up in our log. We are sort of