mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-11 21:38:19 +00:00
llvm-ld has a new option called -b to specify the name of bitcode output file, use that.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78282 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -55,7 +55,7 @@ def llvm_ld_lto : Tool<[
|
|||||||
(in_language "llvm-bitcode"),
|
(in_language "llvm-bitcode"),
|
||||||
(out_language "llvm-bitcode"),
|
(out_language "llvm-bitcode"),
|
||||||
(output_suffix "bc"),
|
(output_suffix "bc"),
|
||||||
(cmd_line "$CALL(GetBinDir)llvm-ld -L $CALL(GetStdLibsDir) -l std $INFILE -o $OUTFILE"),
|
(cmd_line "$CALL(GetBinDir)llvm-ld -L $CALL(GetStdLibsDir) -l std $INFILE -b $OUTFILE"),
|
||||||
(actions (case
|
(actions (case
|
||||||
(switch_on "g"), (append_cmd "-disable-opt"),
|
(switch_on "g"), (append_cmd "-disable-opt"),
|
||||||
(not_empty "Wo,"), (unpack_values "Wo,"))),
|
(not_empty "Wo,"), (unpack_values "Wo,"))),
|
||||||
|
Reference in New Issue
Block a user