search for: susepaste

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

Did you mean: justpaste
2013 Feb 03
0
[LLVMdev] Merging custom metadata
...e, I'm trying to tag certain load instructions with specialized metadata and make use of it in an AA pass. However, it seems that metadata is getting lost when instructions are merged together. Here's a toy problem with one intentionally duplicated load to illustrate the issue. http://susepaste.org/3af3a676 The above paste has two before/after IR pairs (the `before` code gets passed through `opt -O3 test.ll | llvm-dis`). Regular `tbaa` tags are still present when loads are merged, however custom ones seem to perish. Is this expected? If yes, is there any way I can make them persist from...
2012 Mar 10
1
3.2.5 client connectivity issues...
...option remote-subvolume brick end-volume mount -t glusterfs xxx.xx.xxx.xxx:cloud_c9 /mnt/cloud_c9 (or mount -t glusterfs xxx.xx.xxx.xxx:cloud_c9 /mnt/cloud_c9 -o log-level=WARNING,log-file=/root/gclient.out) mount shows it but when/if I df -h, it's gone and /root/gclient.out shows http://susepaste.org/97668544 (expires in 6 days). No firewall rules in the way. I can ping each and every host from each and every other host and the client. I added my IP using "gluster volume set cloud_c9 auth.allow xxx.xxx.xxx.xxx" successfully fuse init (API version 7.17) is loaded. My Questions...
2011 Jul 30
0
[LLVMdev] [PATCH] llvm-config: Support LLVM_LIBDIR_SUFFIX on CMake build.
Rather than using sed, it would be better to change the .in to use @...@ variables to expand the libdir suffix along with the other variables expanded when going from llvm-config.in to llvm-config. On Sat, Jul 30, 2011 at 1:32 AM, Johannes Obermayr <johannesobermayr at gmx.de>wrote: > Hi, > > here is a patch for fixing the libdir suffix issue in llvm-config on CMake > builds
2011 Jul 30
2
[LLVMdev] [PATCH] llvm-config: Support LLVM_LIBDIR_SUFFIX on CMake build.
Hi, here is a patch for fixing the libdir suffix issue in llvm-config on CMake builds (if using -DLLVM_LIBDIR_SUFFIX=32/64). It works successfully on my openSUSE i586 (/usr/lib/) and x86_64 (/usr/lib64/) systems. Please CC me on further discussion. Thanks. Johannes -------------- next part -------------- A non-text attachment was scrubbed... Name: