Displaying 2 results from an estimated 2 matches for "straver".
Did you mean:
traver
2009 Apr 19
2
[LLVMdev] new target as 3rd party project
According to http://llvm.org/docs/Projects.html I can create LLVM
projects outside the LLVM source tree.
Does that extend to projects that define a new target, say, like you
normally would put under lib/Target ?
Thanks,
Paul
2016 Jul 28
1
Routing isolated network
I want to create a network like this:
Internet -- physical router -- host (network 192.168.178.x)
-- virtual machine dmz -- eth0
(connected to pyshical router)
-- eth1 (connect to isolated network 10.0.0.x)
-- virtual machine www - eth0
(connect to isolated network 10.0.0.x)
[image: network design]