Go to file
Yuka Takahashi 1f1378dcbc Use getLastArgValue instead of getString
Summary: I found that getString defined in the LLD's Driver.cpp is
exactly the same as Arg::getLastArgValue defined in
llvm/Option/ArgLIst.h. This patch removes that local function and use
the function that the Arg class provides.

Reviewers: ruiu

Subscribers: emaste, llvm-commits

Differential Revision: https://reviews.llvm.org/D34196

llvm-svn: 305374
2017-06-14 08:01:26 +00:00
clang [coroutines] Fix co_await for range statement 2017-06-14 03:24:55 +00:00
clang-tools-extra [clangd] A comment for ClangdServer's constructor. NFC. 2017-06-13 16:02:27 +00:00
compiler-rt [ASan] Move rss_limit_is_exceeded_ flag to ASan. 2017-06-13 23:57:24 +00:00
debuginfo-tests Add a test for PR33166. 2017-05-25 19:33:16 +00:00
libclc generic: add missing get_work_dim include 2017-06-02 15:58:35 +00:00
libcxx Mark `__is_inplace_*` tests as UNSUPPORTED in <= C++14. 2017-06-14 07:12:55 +00:00
libcxxabi Set a default value for LIBCXXABI_LIBDIR_SUFFIX, fixes installing into lib64 after r304374 2017-06-13 08:16:44 +00:00
libunwind [libunwind] Fix executable stack directive on Linux. 2017-05-16 20:18:57 +00:00
lld Use getLastArgValue instead of getString 2017-06-14 08:01:26 +00:00
lldb Mark TestCallThatRestarts as flaky on android 2017-06-13 11:13:11 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm Revert r304907 as it is causing some failures that I cannot reproduce. 2017-06-14 07:05:42 +00:00
openmp Replace platform macro with KMP_MIC_SUPPORTED 2017-06-13 17:17:26 +00:00
parallel-libs
polly [www] Add missing '.' at the end of the sentence 2017-06-13 23:09:54 +00:00