| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This fixes building sanitizers for mingw natively.
llvm-svn: 347646
|
|
|
|
|
|
|
|
|
|
| |
This is needed when cross-compiling for a different target since
CFLAGS may contain additional flags like -resource-dir which
change the location in which compiler-rt builtins are found.
Differential Revision: https://reviews.llvm.org/D54371
llvm-svn: 346820
|
|
|
|
|
|
| |
Rename the output variable and remove the unnecessary set call.
llvm-svn: 332661
|
|
|
|
|
|
|
|
|
| |
This change adds support for compiler-rt builtins as an alternative
compiler runtime to libgcc.
Differential Revision: https://reviews.llvm.org/D35165
llvm-svn: 309361
|
|
|
|
|
|
| |
This reverts commit fd63314d6770e0da62572a3fea2c41c4cc0fc58a.
llvm-svn: 309083
|
|
This change adds support for compiler-rt builtins as an alternative
compiler runtime to libgcc.
Differential Revision: https://reviews.llvm.org/D35165
llvm-svn: 309060
|