commit | aa6d13e501a56279ee8aa289fbad2b4c7c2a22c9 | [log] [tgz] |
---|---|---|
author | Petr Hosek <[email protected]> | Tue May 22 22:58:48 2018 |
committer | Petr Hosek <[email protected]> | Tue May 22 22:58:48 2018 |
tree | 34b6833d19b02957d7ac63845184ee626ee7dead | |
parent | 35756e8984087bfb1382d2d9fe6ef983ae586d07 [diff] |
[CMake] Support builtins as Clang default rtlib in compiler-rt Use compiler-rt builtins when selected as default Clang rtlib and avoid explicitly passing -rtlib= flag to avoid the "argument unused during compilation" warning. This is a partial alternative to D47094 that does not rely on compiler runtime checks. Differential Revision: https://reviews.llvm.org/D47115 llvm-svn: 333037