Skip to content
This repository has been archived by the owner on Dec 20, 2019. It is now read-only.

Tags: ldc-developers/lld

Tags

ldc-v9.0.0

Toggle ldc-v9.0.0's commit message
Avoid parsing `-mllvm*` command-line options if there aren't any

LLD somehow uses a different global LLVM command-line parser than LDC,
one with no registered options, so parsing is guaranteed to fail, even
if there are no args.
[It's only needed for LTO codegen options anyway.]

ldc-v8.0.1

Toggle ldc-v8.0.1's commit message
Merge remote-tracking branch 'upstream/release_80' into ldc-release_80

ldc-v7.0.1

Toggle ldc-v7.0.1's commit message
Merge remote-tracking branch 'upstream/release_70' into ldc-release_70

ldc-v7.0.0

Toggle ldc-v7.0.0's commit message
Avoid parsing `-mllvm*` command-line options if there aren't any

LLD somehow uses a different global LLVM command-line parser than LDC,
one with no registered options, so parsing is guaranteed to fail, even
if there are no args.
[It's only needed for LTO codegen options anyway.]

ldc-v6.0.1-2

Toggle ldc-v6.0.1-2's commit message
WebAssembly: Avoid parsing `-mllvm*` command-line options if there ar…

…en't any

ldc-v6.0.1

Toggle ldc-v6.0.1's commit message
Merge remote-tracking branch 'upstream/release_60' into ldc-release_60

ldc-v6.0.0

Toggle ldc-v6.0.0's commit message
Avoid parsing `-mllvm*` command-line options if there aren't any

LLD somehow uses a different global LLVM command-line parser than LDC,
one with no registered options, so parsing is guaranteed to fail, even
if there are no args.
[It's only needed for LTO codegen options anyway.]

ldc-v5.0.1

Toggle ldc-v5.0.1's commit message
Merge remote-tracking branch 'upstream/release_50' into ldc-release_50

ldc-v5.0.0-2

Toggle ldc-v5.0.0-2's commit message
Avoid parsing `-mllvm*` command-line options if there aren't any

LLD somehow uses a different global LLVM command-line parser than LDC,
one with no registered options, so parsing is guaranteed to fail, even
if there are no args.
[It's only needed for LTO codegen options anyway.]