/usr/src/llvm-2.9/patches/0005-Disable-llvm-stub.patch is in llvm-2.9-source 2.9+dfsg-3ubuntu4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -20,7 +20,7 @@
llc llvm-ranlib llvm-ar llvm-nm \
llvm-ld llvm-prof llvm-link \
lli llvm-extract llvm-mc \
- bugpoint llvm-bcanalyzer llvm-stub \
+ bugpoint llvm-bcanalyzer \
llvmc llvm-diff macho-dump llvm-objdump
# Let users override the set of tools to build from the command line.
|