llvm-project/clang/lib
Michal Gorny 3a901b47ba [clang] [Driver] [NetBSD] Append -rpath for shared compiler-rt runtimes
Append appropriate -rpath when using shared compiler-rt runtimes,
e.g. '-fsanitize=address -shared-libasan'.  There's already a similar
logic in CommonArgs.cpp but it uses non-standard arch-suffixed
installation directory while we want our driver to work with standard
installation paths.

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

llvm-svn: 352610
2019-01-30 08:20:24 +00:00
..
ARCMigrate [analyzer] [ARCMT] [NFC] Unify entry point into RetainSummaryManager 2019-01-29 19:29:33 +00:00
AST NFC: Move GenericSelectionExpr dump to NodeDumper 2019-01-29 22:58:28 +00:00
ASTMatchers Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Analysis [analyzer] [RetainCountChecker] Bugfix for tracking top-level parameters of Objective-C methods 2019-01-30 02:11:04 +00:00
Basic Simplify and modernize this code a little. 2019-01-30 02:23:34 +00:00
CodeGen Cleanup: replace uses of CallSite with CallBase. 2019-01-30 02:54:28 +00:00
CrossTU Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Driver [clang] [Driver] [NetBSD] Append -rpath for shared compiler-rt runtimes 2019-01-30 08:20:24 +00:00
Edit Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Format [clang-format] square parens with one token are not Objective-C message sends 2019-01-24 23:07:58 +00:00
Frontend [ModuleDependencyCollector] Use llvm::sys::fs::real_path (NFC) 2019-01-30 06:26:26 +00:00
FrontendTool [analyzer][NFC] Supply CheckerRegistry with AnalyzerOptions 2019-01-26 15:59:21 +00:00
Headers OpenCL: Use length modifier for warning on vector printf arguments 2019-01-29 20:49:54 +00:00
Index Rename getTypeQualifiers to getMethodQualifiers. 2019-01-28 11:37:49 +00:00
Lex [CUDA][HIP] Do not diagnose use of _Float16 2019-01-29 13:20:23 +00:00
Parse Rename getTypeQualifiers to getMethodQualifiers. 2019-01-28 11:37:49 +00:00
Rewrite Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Sema Thread safety analysis: Improve diagnostics for double locking 2019-01-29 22:11:42 +00:00
Serialization Rename getTypeQualifiers to getMethodQualifiers. 2019-01-28 11:37:49 +00:00
StaticAnalyzer [analyzer] [RetainCountChecker] Bugfix for tracking top-level parameters of Objective-C methods 2019-01-30 02:11:04 +00:00
Tooling [Tooling] Handle #pragma once header guard in include insertion. 2019-01-29 14:40:01 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00