Displaying 2 results from an estimated 2 matches for "addbcsuffix".
2009 Jul 13
0
[LLVMdev] llvm-ld's output file names.
......]
>
> Is this possible in driver? or should I hack llvm-ld?
On second thought, I think I'll add a workaround for this even if
llvm-ld's behaviour will be fixed (for example, by adding a
second '-o' option). You will be able to say the following:
(cmd_line "llc $(CALL AddBcSuffix, $INFILE)")
Will this modification solve your problem?
2009 Jul 12
2
[LLVMdev] llvm-ld's output file names.
Hi Mikhail,
I have one more problem related to driver/llvm-ld at my hand for which i
could not think of any solution. May be you can help.
We use llvm-ld as a linker to link .bc alongwith other .bc libs. example
$ llvm-ld foo.bc -l std -o tmp.bc
Now this command generates two files 1. tmp.bc (lli executable script)
2. tmp.bc.bc (the linked output .bc)
Now i am interested only in