Displaying 2 results from an estimated 2 matches for "nameparser".
2016 Feb 27
3
Compiling for AArch64: CommandLine Error: Option 'aarch64-branch-relax' registered more than once!
...ption 'aarch64-branch-relax'
registered more than once!
Hi all!
I am trying to run LDC (LLVM-based D compiler) on AArch64. The compiler
contains all IR and target specific passes. You can view it as combined
llc/opt tool. It uses the same strategy as opt to collect the passes
with the NameParser. Like llc, it calls Target.addPassesToEmitFile() to
add the target specific passes.
I now get the following error message:
ldc2.exe: CommandLine Error: Option 'aarch64-branch-relax' registered
more than once!
LLVM ERROR: inconsistency in registered CommandLine options
Reason is that th...
2016 Feb 27
0
Compiling for AArch64: CommandLine Error: Option 'aarch64-branch-relax' registered more than once!
...ax' registered more than once!
>
> Hi all!
>
> I am trying to run LDC (LLVM-based D compiler) on AArch64. The
> compiler contains all IR and target specific passes. You can view it
> as combined llc/opt tool. It uses the same strategy as opt to collect
> the passes with the NameParser. Like llc, it calls
> Target.addPassesToEmitFile() to add the target specific passes.
>
> I now get the following error message:
>
> ldc2.exe: CommandLine Error: Option 'aarch64-branch-relax' registered
> more than once!
> LLVM ERROR: inconsistency in registered Command...