Displaying 3 results from an estimated 3 matches for "after_link".
Did you mean:
after_find
2020 May 28
2
Question: llvm-link type merge behaviour of c++ classes
...calls for function pointers. The changing and merging in these types messes up the current logic of finding matching candidates.
To reproduce this code, find the c++ code below and use the following invocations:
```
clang++-9 mwe.cc -S -emit-llvm -o before_link.ll
llvm-link-9 -S before_link.ll -o after_link.ll
```
mwe.cc
```
// #include "shapes.h"
// shapes.h content follows
class Shape {
public:
int width, height;
};
class Rectangle : public Shape {
public:
bool is_square;
};
class Container {
public:
void insert(Shape* s){};
};
// end shapes.h
// #include "baker...
2011 Aug 26
13
virbr0/bridge: No such file or directory
This is fresh install of CentOS v6 and Xen v4.1 on a new Dell server following the tutorial posted at: http://wiki.xensource.com/xenwiki/RHEL6Xen4Tutorial
Every thing went just fine, yet virbr0 won''t work and when I run brctl show I get the following error message:
[root@pe1950 ~]# brctl show
bridge name bridge id STP enabled interfaces
virbr0
2011 Aug 26
13
virbr0/bridge: No such file or directory
This is fresh install of CentOS v6 and Xen v4.1 on a new Dell server following the tutorial posted at: http://wiki.xensource.com/xenwiki/RHEL6Xen4Tutorial
Every thing went just fine, yet virbr0 won''t work and when I run brctl show I get the following error message:
[root@pe1950 ~]# brctl show
bridge name bridge id STP enabled interfaces
virbr0