diff options
author | Renato Golin <renato.golin@linaro.org> | 2015-07-23 17:24:41 +0000 |
---|---|---|
committer | Renato Golin <renato.golin@linaro.org> | 2015-07-23 17:24:41 +0000 |
commit | 830f0c4c46040c6982f4d4d392216e210b5f196f (patch) | |
tree | bac826c87f8150f21fa0810433ed82693a19531e /libcxx/test/std/re/re.regex/re.regex.construct | |
parent | 338b42c32915d0a1e0f5bfa73a2460eabf1050cf (diff) | |
download | bcm5719-llvm-830f0c4c46040c6982f4d4d392216e210b5f196f.tar.gz bcm5719-llvm-830f0c4c46040c6982f4d4d392216e210b5f196f.zip |
[Compiler-RT] Remove dependency on libgcc_s/eh
Currently, for --rtlib=compiler-rt on GNU systems, we're assuming
that one has libgcc_s and libgcc_eh as low-level libraries, which
when used in conjunction with -lunwind or -lc++abi, breaks that
assumption.
My original fix was wrong, and this patch reverts it to prepare for
a new flag to choose the unwinder/C++ libraries. For the time being,
people can use "-lgcc_s -lgcc_eh" or "-lunwind -lc++abi" or any
combination they need explicitly.
llvm-svn: 243025
Diffstat (limited to 'libcxx/test/std/re/re.regex/re.regex.construct')
0 files changed, 0 insertions, 0 deletions