[llvm-commits] [patch] MultiSource/Benchmarks/MiBench/network-patricia/patricia_test remove soon to be obsolete rpc/rpc.h
Brendan Kirby
bkirby at mips.com
Tue Nov 13 12:50:48 PST 2012
Hi all,
I filed bug #14327 about this, but it was suggested that I post the
patch to llvm-commits. Basically, I'm testing LLVM with a recent
version of glibc and GCC which wasn't configured with the
--enable-obsolete-rpc option and I found that the
MultiSource/Benchmarks/MiBench/network-patricia/patricia_test wouldn't
pass.
It is trying to include rpc/rpc.h, and fails to build the control binary
with GCC when it can't find the header file. It doesn't look like it
needs rpc/rpc.h for the test to compile and pass, though. The patch
I've attached removes the #include line from the test.
Brendan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: network-patricia-test-fix.diff
Type: text/x-patch
Size: 454 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121113/6330e985/attachment.bin>
More information about the llvm-commits
mailing list