| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc++] Re-apply "Always build c++experimental.a"" This re-applies bb939931a1ad, which had been reverted by 09cebfb978de because it broke Chromium. The issues seen by Chromium should be addressed by 1d0f79558ca4. Differential Revision: https://reviews.llvm.org/D128927 | 3 年前 | |
Port address sanitizer to LoongArch Depends on D129371. It survived all GCC ASan tests. Changes are trivial and mostly "borrowed" RISC-V logics, except that a different SHADOW_OFFSET is used. Reviewed By: SixWeining, MaskRay, XiaodongLoong Differential Revision: https://reviews.llvm.org/D129418 | 3 年前 | |
[compiler-rt][builtins] Fix CMake builtin target flag clang-cl doesn't support -target <target>, instead it only supports --target=<target> so building a RUNTIME configuration for clang-cl ended up in never building builtins. Which in turn lead to clang-cl not being able to find the runtime libraries because we depend on the compiler_rt.builtins.lib being in the runtime dir for the Driver to add it as a candidate. I don't think this should have any downsides since most the code these days are using --target=<target> instead of the old syntax. Reviewed By: mstorsjo Differential Revision: https://reviews.llvm.org/D120308 | 4 年前 | |
Add some prototypes to these checks; NFC This should address a build bot failure: https://lab.llvm.org/buildbot/#/builders/18/builds/4495 | 4 年前 | |
[AIX][compiler-rt] Fix missing dependency of parent target add_dependencies(${LIB_PARENT_TARGET} aix-${libname}) should only happen when aix-${libname} is added. Reviewed By: hubert.reinterpretcast Differential Revision: https://reviews.llvm.org/D129433 | 3 年前 | |
[CMake] Use explicit header path when using in-tree libc++ for tests This is a follow up to D118200 which applies a similar cleanup to headers when using in-tree libc++ to avoid accidentally picking up the system headers. Differential Revision: https://reviews.llvm.org/D128035 | 3 年前 | |
[CMake][compiler-rt] Use COMPILE_OPTIONS and LINK_OPTIONS This avoids the need for string-ification and lets CMake deduplicate potentially duplicate flags. Differential Revision: https://reviews.llvm.org/D122750 | 3 年前 | |
Make cmake link flag naming consistent Summary: The build system was inconsistent in its naming conventions for link flags. This patch changes all uses of LINKFLAGS to LINK_FLAGS, for consistency with cmake's LINK_FLAGS property. This patch should make it easier to search the source code for uses of link flags, as well as providing the benefit of improved style and consistency. Reviewers: compnerd, beanz Subscribers: kubabrecka, llvm-commits, mgorny Differential Revision: https://reviews.llvm.org/D28506 llvm-svn: 291539 | 9 年前 | |
[CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLE This clarifies that this is an LLVM specific variable and avoids potential conflicts with other projects. Differential Revision: https://reviews.llvm.org/D119918 | 4 年前 | |
feat: support android build Signed-off-by: liujiajie <liujiajie12@huawei.com> | 5 个月前 | |
[sanitizer] Remove cpplint As code diverge from Google style we need to add more and more exceptions to suppress conflicts with clang-format and clang-tidy. As this point it does not provide a additional value. Reviewed By: morehouse Differential Revision: https://reviews.llvm.org/D107197 | 4 年前 | |
[compiler-rt] Disable ranlib when using libtool libtool already produces a table of contents, and ranlib just gives spurious errors because it doesn't understand universal binaries. Reviewed By: phosek Differential Revision: https://reviews.llvm.org/D86365 | 5 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 3 年前 | ||
| 3 年前 | ||
| 4 年前 | ||
| 4 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 9 年前 | ||
| 4 年前 | ||
| 5 个月前 | ||
| 4 年前 | ||
| 5 年前 |