[llvm-commits] [llvm] r73579 - in /llvm/trunk:Makefile.rulesdocs/MakefileGuide.html tools/llvmc/driver/Makefile

sylvere.teissier at invia.fr sylvere.teissier at invia.fr
Wed Jun 17 14:57:25 PDT 2009


>What change is needed?  
see attached patch
that compile but still doesn't work

>I'm not familiar with llvmc, what isn't working?
the llvmc binary created is "empty", there is only the body available:

running llvmc -help output:

OVERVIEW: LLVM Compiler Driver (Work In Progress)
USAGE: llvmc [options] <input file>

OPTIONS:
  -dry-run               - Only pretend to run commands
  -help                  - Display available options (--help-hidden for more)
  -load=<pluginfilename> - Load the specified plugin
  -o=<file>              - Output file name
  -v                     - Enable verbose mode
  -version               - Display the version of this program
  -x=<string>            - Specify the language of the following input files

so the base and clang plugins that permit to use llvm-gcc and clang front-end are not linked to llvmc. They were linked with llvmc before your patch.
The same behavior happen with the examples.

I'm not expert with llvmc internals neither the buid system so I can't help you more :(
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch
Type: application/octet-stream
Size: 1251 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090617/cad50524/attachment.obj>


More information about the llvm-commits mailing list