[PATCH] D57128: Add --unwindlib=[libgcc|compiler-rt] to parallel --rtlib=
Sterling Augustine via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 23 17:07:48 PST 2019
saugustine created this revision.
saugustine added a reviewer: rsmith.
Herald added subscribers: llvm-commits, aheejin, dberris, srhines.
"clang++ hello.cc --rtlib=compiler-rt"
now works without specifying additional unwind or exception
handling libraries.
Repository:
rL LLVM
https://reviews.llvm.org/D57128
Files:
clang/include/clang/Basic/DiagnosticDriverKinds.td
clang/include/clang/Driver/Options.td
clang/include/clang/Driver/ToolChain.h
clang/lib/Driver/ToolChain.cpp
clang/lib/Driver/ToolChains/CommonArgs.cpp
clang/test/Driver/compiler-rt-unwind.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57128.183211.patch
Type: text/x-patch
Size: 11276 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190124/37bdcebb/attachment.bin>
More information about the llvm-commits
mailing list