summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains/OpenBSD.cpp
Commit message (Expand)AuthorAgeFilesLines
* Default to -fuse-init-arrayFangrui Song2019-12-121-0/+9
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* Remove sanitizer context workaround no longer necessaryBrad Smith2019-02-231-3/+1
* [Driver] Don't pass default value to getCompilerRTArgStringPetr Hosek2019-01-211-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Reapply Pass the nopie flag to the linker when linking with -pg.Brad Smith2018-10-281-1/+1
* Revert "Pass the nopie flag to the linker when linking with -pg." untilBrad Smith2018-10-271-1/+1
* Pass the nopie flag to the linker when linking with -pg.Brad Smith2018-10-271-1/+1
* Some improvements to the OpenBSD driver.Brad Smith2018-10-111-34/+30
* OpenBSD driver needs ld.lld in sanitizer contextDavid Carlier2018-06-281-1/+3
* Use Triple::isMIPS() instead of enumerating all Triples. NFCAlexander Richardson2018-06-251-3/+3
* OpenBSD add C++ runtime in a driver's standpointDean Michael Berris2018-04-191-0/+8
* Adding fuzzer flags support to OpenBSD driverDean Michael Berris2018-04-111-1/+4
* [XRay][clang] Consolidate runtime and link-time flag processing (NFC)Dean Michael Berris2018-04-061-24/+1
* [XRay][clang] Allow clang to build XRay instrumented binaries in OpenBSDDean Michael Berris2018-04-041-0/+28
* OpenBSD Driver basic sanitiser supportKamil Rytarowski2018-03-031-1/+22
* Also pass -pie back to the linker when linking on OpenBSD.Brad Smith2017-07-301-0/+2
* Introduce -nostdlib++ flag to disable linking the C++ standard library.Nico Weber2017-07-251-1/+2
* [Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones2017-03-081-0/+234
OpenPOWER on IntegriCloud