diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2019-10-09 21:31:04 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2019-10-09 22:20:06 +0200 |
| commit | 84bf658e2bedde92f3bd3f2285e6350f8cf60339 (patch) | |
| tree | a70ef5552ce0db085ceaeb1f079207549c5220a4 /validation/linear | |
| parent | 0ccb3b4f73805d49a266a23f11d640cef8c47553 (diff) | |
| download | sparse-dev-84bf658e2bedde92f3bd3f2285e6350f8cf60339.tar.gz | |
llvm: fix sparsec breakage on recent cygwin version
On recent version of cygwin, sparsec fails because, apparently,
lcc is using the wrong triple. This is because:
1) sparse-llvm doesn't use an explicit triple for cygwin;
2) by default, llc use triple of the host machine at
build-time as the the default for the target machine.
Why/how it was working with previous versions is unknown.
Fix this by using, on cygwin, the triple given by llvm-config.
Reported-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Investigated-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation/linear')
0 files changed, 0 insertions, 0 deletions
