llvm-project/compiler-rt/cmake/Modules
Francis Ricci e3b018f6e5 [builtins] Prevent duplicate definitions for overridden functions
Summary:
Some architecture-specific function overrides (for example, i386/ashrdi3.S)
duplicate generic functions (in that case, ashrdi3.c). Prevent duplicate definitions
by filtering out the generic files before compiling.

Reviewers: compnerd, beanz

Subscribers: llvm-commits, mgorny

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

llvm-svn: 312140
2017-08-30 17:12:57 +00:00
..
AddCompilerRT.cmake Restore clang_rt library name on i686-android. 2017-08-29 22:12:31 +00:00
BuiltinTests.cmake Really fix warnings about passing -std=gnu99 to MSVC 2016-09-08 16:25:34 +00:00
CompilerRTCompile.cmake Proper dependency check for clang in compiler_rt. 2017-08-28 19:39:05 +00:00
CompilerRTDarwinUtils.cmake [builtins] Prevent duplicate definitions for overridden functions 2017-08-30 17:12:57 +00:00
CompilerRTLink.cmake Make cmake link flag naming consistent 2017-01-10 04:33:04 +00:00
CompilerRTUtils.cmake [builtins] Prevent duplicate definitions for overridden functions 2017-08-30 17:12:57 +00:00
HandleCompilerRT.cmake Support compiler-rt builtins 2017-07-28 03:39:38 +00:00
SanitizerUtils.cmake Make cmake link flag naming consistent 2017-01-10 04:33:04 +00:00